Searched refs:SessionChange (Results 1 – 1 of 1) sorted by relevance
233752 typedef struct SessionChange SessionChange; typedef233891 SessionChange **apChange; /* Hash table buckets */234058 struct SessionChange { struct234065 SessionChange *pNext; /* For hash-table collisions */ argument234649 SessionChange *pChange, /* Change to compare to */234739 SessionChange **apNew;234742 apNew = (SessionChange**)sessionMalloc64(234743 pSession, sizeof(SessionChange*) * nNew234751 memset(apNew, 0, sizeof(SessionChange *) * nNew);234754 SessionChange *p;[all …]