Searched refs:SessionChange (Results 1 – 1 of 1) sorted by relevance
233357 typedef struct SessionChange SessionChange; typedef233496 SessionChange **apChange; /* Hash table buckets */233663 struct SessionChange { struct233670 SessionChange *pNext; /* For hash-table collisions */ argument234254 SessionChange *pChange, /* Change to compare to */234344 SessionChange **apNew;234347 apNew = (SessionChange**)sessionMalloc64(234348 pSession, sizeof(SessionChange*) * nNew234356 memset(apNew, 0, sizeof(SessionChange *) * nNew);234359 SessionChange *p;[all …]