offsetof          840 pcre/pcrelib/pcre_internal.h #ifndef offsetof
offsetof         7613 sqlite3/libsqlite/sqlite3.c #ifndef offsetof
offsetof         10346 sqlite3/libsqlite/sqlite3.c #define EXPR_REDUCEDSIZE        offsetof(Expr,iTable)  /* Common features */
offsetof         10347 sqlite3/libsqlite/sqlite3.c #define EXPR_TOKENONLYSIZE      offsetof(Expr,pLeft)   /* Fewer features */
offsetof         16732 sqlite3/libsqlite/sqlite3.c     memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
offsetof         16734 sqlite3/libsqlite/sqlite3.c            sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
offsetof         31865 sqlite3/libsqlite/sqlite3.c #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
offsetof         44266 sqlite3/libsqlite/sqlite3.c   const int nCksum = offsetof(WalIndexHdr, aCksum);
offsetof         51041 sqlite3/libsqlite/sqlite3.c   memset(p, 0, offsetof(BtCursor, iPage));
offsetof         77574 sqlite3/libsqlite/sqlite3.c # define SAVE_SZ  (sizeof(Parse) - offsetof(Parse,nVar))
offsetof         98072 sqlite3/libsqlite/sqlite3.c   callFinaliser(db, offsetof(sqlite3_module,xRollback));
offsetof         98081 sqlite3/libsqlite/sqlite3.c   callFinaliser(db, offsetof(sqlite3_module,xCommit));
offsetof           23 standard/crypt_sha256.c #  define __alignof__(type) offsetof (struct { char c; type member;}, member)
offsetof           22 standard/crypt_sha512.c #  define __alignof__(type) offsetof (struct { char c; type member;}, member)