Home
last modified time | relevance | path

Searched refs:SessionChange (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233357 typedef struct SessionChange SessionChange; typedef
233496 SessionChange **apChange; /* Hash table buckets */
233663 struct SessionChange { struct
233670 SessionChange *pNext; /* For hash-table collisions */ argument
234254 SessionChange *pChange, /* Change to compare to */
234344 SessionChange **apNew;
234347 apNew = (SessionChange**)sessionMalloc64(
234348 pSession, sizeof(SessionChange*) * nNew
234356 memset(apNew, 0, sizeof(SessionChange *) * nNew);
234359 SessionChange *p;
[all …]