Lines Matching refs:offsetof
7613 #ifndef offsetof
7614 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
10346 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
10347 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
16732 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc)); in sqlite3MutexInit()
16734 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree)); in sqlite3MutexInit()
31865 #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
44266 const int nCksum = offsetof(WalIndexHdr, aCksum);
51041 memset(p, 0, offsetof(BtCursor, iPage));
77574 # define SAVE_SZ (sizeof(Parse) - offsetof(Parse,nVar))
98072 callFinaliser(db, offsetof(sqlite3_module,xRollback));
98081 callFinaliser(db, offsetof(sqlite3_module,xCommit));