offsetof           52 Zend/zend_ini.h # ifdef offsetof
offsetof           53 Zend/zend_ini.h # define XtOffsetOf(s_type, field) offsetof(s_type, field)
offsetof          504 Zend/zend_operators.h 	(offsetof(zval,type) - offsetof(zval,value))
offsetof          584 ext/sockets/conversions.c 		{"family", sizeof("family"), 0, offsetof(struct sockaddr_in, sin_family), from_zval_write_sa_family, to_zval_read_sa_family},
offsetof          585 ext/sockets/conversions.c 		{"addr", sizeof("addr"), 0, offsetof(struct sockaddr_in, sin_addr), from_zval_write_sin_addr, to_zval_read_sin_addr},
offsetof          586 ext/sockets/conversions.c 		{"port", sizeof("port"), 0, offsetof(struct sockaddr_in, sin_port), from_zval_write_net_uint16, to_zval_read_net_uint16},
offsetof          642 ext/sockets/conversions.c 		{"family", sizeof("family"), 0, offsetof(struct sockaddr_in6, sin6_family), from_zval_write_sa_family, to_zval_read_sa_family},
offsetof          643 ext/sockets/conversions.c 		{"addr", sizeof("addr"), 0, offsetof(struct sockaddr_in6, sin6_addr), from_zval_write_sin6_addr, to_zval_read_sin6_addr},
offsetof          644 ext/sockets/conversions.c 		{"port", sizeof("port"), 0, offsetof(struct sockaddr_in6, sin6_port), from_zval_write_net_uint16, to_zval_read_net_uint16},
offsetof          645 ext/sockets/conversions.c 		{"flowinfo", sizeof("flowinfo"), 0, offsetof(struct sockaddr_in6, sin6_flowinfo), from_zval_write_uint32, to_zval_read_uint32},
offsetof          646 ext/sockets/conversions.c 		{"scope_id", sizeof("scope_id"), 0, offsetof(struct sockaddr_in6, sin6_scope_id), from_zval_write_uint32, to_zval_read_uint32},
offsetof          701 ext/sockets/conversions.c 		{"family", sizeof("family"), 0, offsetof(struct sockaddr_un, sun_family), from_zval_write_sa_family, to_zval_read_sa_family},
offsetof          788 ext/sockets/conversions.c 			*sockaddr_len = offsetof(struct sockaddr_un, sun_path) +
offsetof         1011 ext/sockets/conversions.c 			{"level", sizeof("level"), 0, offsetof(struct cmsghdr, cmsg_level), 0, to_zval_read_int},
offsetof         1012 ext/sockets/conversions.c 			{"type", sizeof("type"), 0, offsetof(struct cmsghdr, cmsg_type), 0, to_zval_read_int},
offsetof         1245 ext/sockets/conversions.c 			{"name", sizeof("name"), 0, offsetof(struct msghdr, msg_name), 0, to_zval_read_name},
offsetof         1248 ext/sockets/conversions.c 			{"flags", sizeof("flags"), 0, offsetof(struct msghdr, msg_flags), 0, to_zval_read_int},
offsetof         1321 ext/sockets/conversions.c 		{"addr", sizeof("addr"), 1, offsetof(struct in6_pktinfo, ipi6_addr), from_zval_write_sin6_addr, to_zval_read_sin6_addr},
offsetof         1322 ext/sockets/conversions.c 		{"ifindex", sizeof("ifindex"), 1, offsetof(struct in6_pktinfo, ipi6_ifindex), from_zval_write_ifindex, to_zval_read_unsigned},
offsetof         1340 ext/sockets/conversions.c 		{"pid", sizeof("pid"), 1, offsetof(struct ucred, pid), from_zval_write_pid_t, to_zval_read_pid_t},
offsetof         1341 ext/sockets/conversions.c 		{"uid", sizeof("uid"), 1, offsetof(struct ucred, uid), from_zval_write_uid_t, to_zval_read_uid_t},
offsetof         1343 ext/sockets/conversions.c 		{"gid", sizeof("gid"), 1, offsetof(struct ucred, gid), from_zval_write_uid_t, to_zval_read_uid_t},
offsetof         1511 ext/sockets/sockets.c 						offsetof(struct sockaddr_un, sun_path) + addr_len);
offsetof         8910 ext/sqlite3/libsqlite/sqlite3.c #ifndef offsetof
offsetof         12025 ext/sqlite3/libsqlite/sqlite3.c #define EXPR_REDUCEDSIZE        offsetof(Expr,iTable)  /* Common features */
offsetof         12026 ext/sqlite3/libsqlite/sqlite3.c #define EXPR_TOKENONLYSIZE      offsetof(Expr,pLeft)   /* Fewer features */
offsetof         19153 ext/sqlite3/libsqlite/sqlite3.c     memcpy(pTo, pFrom, offsetof(sqlite3_mutex_methods, xMutexAlloc));
offsetof         19155 ext/sqlite3/libsqlite/sqlite3.c            sizeof(*pTo) - offsetof(sqlite3_mutex_methods, xMutexFree));
offsetof         35230 ext/sqlite3/libsqlite/sqlite3.c #define HANDLE_TO_WINFILE(a) (winFile*)&((char*)a)[-(int)offsetof(winFile,h)]
offsetof         40742 ext/sqlite3/libsqlite/sqlite3.c   assert( offsetof(PgHdr1,page)==0 );
offsetof         49547 ext/sqlite3/libsqlite/sqlite3.c   const int nCksum = offsetof(WalIndexHdr, aCksum);
offsetof         56967 ext/sqlite3/libsqlite/sqlite3.c   memset(p, 0, offsetof(BtCursor, iPage));
offsetof         63862 ext/sqlite3/libsqlite/sqlite3.c #define MEMCELLSIZE offsetof(Mem,zMalloc)
offsetof         91069 ext/sqlite3/libsqlite/sqlite3.c # define SAVE_SZ  (sizeof(Parse) - offsetof(Parse,nVar))
offsetof         115435 ext/sqlite3/libsqlite/sqlite3.c   callFinaliser(db, offsetof(sqlite3_module,xRollback));
offsetof         115444 ext/sqlite3/libsqlite/sqlite3.c   callFinaliser(db, offsetof(sqlite3_module,xCommit));
offsetof         115858 ext/sqlite3/libsqlite/sqlite3.c # define WHERE_LOOP_XFER_SZ offsetof(WhereLoop,nLSlot)
offsetof           23 ext/standard/crypt_sha256.c #  define __alignof__(type) offsetof (struct { char c; type member;}, member)
offsetof           22 ext/standard/crypt_sha512.c #  define __alignof__(type) offsetof (struct { char c; type member;}, member)
offsetof          440 main/php.h     #ifdef offsetof
offsetof          297 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, filename), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          305 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          313 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, unparsed_uri), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          321 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, path_info), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          329 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, args), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          337 sapi/apache_hooks/php_apache.c 	apache_request_read_string_slot(offsetof(request_rec, boundary), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          346 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_type), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          354 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, content_encoding), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          362 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, handler), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          370 sapi/apache_hooks/php_apache.c 	apache_request_read_string_slot(offsetof(request_rec, the_request), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          378 sapi/apache_hooks/php_apache.c 	apache_request_read_string_slot(offsetof(request_rec, protocol), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          386 sapi/apache_hooks/php_apache.c 	apache_request_read_string_slot(offsetof(request_rec, hostname), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          394 sapi/apache_hooks/php_apache.c 	apache_request_string_slot(offsetof(request_rec, status_line), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          402 sapi/apache_hooks/php_apache.c 	apache_request_read_string_slot(offsetof(request_rec, method), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          415 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, proto_num), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          423 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, assbackwards), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          432 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, proxyreq), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          440 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, chunked), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          449 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, header_only), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          457 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, request_time), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          465 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, status), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          473 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, method_number), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          481 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, allowed), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          489 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, bytes_sent), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          497 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, mtime), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          514 sapi/apache_hooks/php_apache.c 		apache_request_read_int_slot(offsetof(request_rec, clength), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          528 sapi/apache_hooks/php_apache.c 	apache_request_read_int_slot(offsetof(request_rec, remaining), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          536 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, no_cache), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          544 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, no_local_copy), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof          552 sapi/apache_hooks/php_apache.c 	apache_request_int_slot(offsetof(request_rec, read_body), INTERNAL_FUNCTION_PARAM_PASSTHRU);
offsetof           55 sapi/fpm/fpm/fpm_conf.c #define GO(field) offsetof(struct fpm_global_config_s, field)
offsetof           56 sapi/fpm/fpm/fpm_conf.c #define WPO(field) offsetof(struct fpm_worker_pool_config_s, field)
offsetof           77 sapi/fpm/fpm/fpm_php_trace.c 		if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, function_state.function), &l)) {
offsetof           84 sapi/fpm/fpm/fpm_php_trace.c 			if (0 > fpm_trace_get_strz(buf, buf_size, function + offsetof(zend_function, common.function_name))) {
offsetof           93 sapi/fpm/fpm/fpm_php_trace.c 		if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, op_array), &l)) {
offsetof          102 sapi/fpm/fpm/fpm_php_trace.c 			if (0 > fpm_trace_get_strz(buf, buf_size, op_array + offsetof(zend_op_array, filename))) {
offsetof          107 sapi/fpm/fpm/fpm_php_trace.c 		if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, opline), &l)) {
offsetof          115 sapi/fpm/fpm/fpm_php_trace.c 			if (0 > fpm_trace_get_long(opline + offsetof(struct _zend_op, lineno), &l)) {
offsetof          124 sapi/fpm/fpm/fpm_php_trace.c 		if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, prev_execute_data), &l)) {