Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c233752 typedef struct SessionChange SessionChange; typedef
233891 SessionChange **apChange; /* Hash table buckets */
234058 struct SessionChange { struct
234065 SessionChange *pNext; /* For hash-table collisions */ argument
234649 SessionChange *pChange, /* Change to compare to */
234739 SessionChange **apNew;
234742 apNew = (SessionChange**)sessionMalloc64(
234743 pSession, sizeof(SessionChange*) * nNew
234751 memset(apNew, 0, sizeof(SessionChange *) * nNew);
234754 SessionChange *p;
[all …]