offsetof 484 ext/pcre/pcrelib/pcre_internal.h #define offsetof(p_type,field) ((size_t)&(((p_type *)0)->field)) offsetof 164 ext/pdo_sqlite/sqlite/src/sqliteInt.h #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))