Home | History | Annotate | Download | only in dist

Lines Matching defs:offsetof

7881 ** GCC does not define the offsetof() macro so we'll have to do it
7884 #ifndef offsetof
7885 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
10642 #define EXPR_REDUCEDSIZE offsetof(Expr,iTable) /* Common features */
10643 #define EXPR_TOKENONLYSIZE offsetof(Expr,pLeft) /* Fewer features */
17307 memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
17309 sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
33387 #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
46005 const int nCksum = offsetof(WalIndexHdr, aCksum);
52933 memset(p, 0, offsetof(BtCursor, iPage));
81466 # define SAVE_SZ (sizeof(Parse) - offsetof(Parse,nVar))
102308 offsetof(sqlite3_module,xRollback));
102317 callFinaliser(db, offsetof(sqlite3_module,xCommit));