offsetof         8911 ext/sqlite3/libsqlite/sqlite3.c #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD))
offsetof           39 sapi/apache_hooks/php_apache.c #undef offsetof
offsetof           40 sapi/apache_hooks/php_apache.c #define offsetof(s_type,field) ((size_t)&(((s_type*)0)->field))