XtOffsetOf        593 Zend/zend_closures.c 			zend_closure *nested = (zend_closure*)((char*)func - XtOffsetOf(zend_closure, func));
XtOffsetOf        125 Zend/zend_ini.h 	ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr##_id)
XtOffsetOf        127 Zend/zend_ini.h 	ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr##_id, displayer)
XtOffsetOf        129 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr##_id, NULL, zend_ini_boolean_displayer_cb)
XtOffsetOf        132 Zend/zend_ini.h 	ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr)
XtOffsetOf        134 Zend/zend_ini.h 	ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr, displayer)
XtOffsetOf        136 Zend/zend_ini.h 	ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, property_name), (void *) &struct_ptr, NULL, zend_ini_boolean_displayer_cb)
XtOffsetOf        310 Zend/zend_portability.h #ifndef XtOffsetOf
XtOffsetOf         60 Zend/zend_string.h #define _ZSTR_HEADER_SIZE XtOffsetOf(zend_string, val)
XtOffsetOf       1985 ext/date/php_date.c 	date_object_handlers_date.offset = XtOffsetOf(php_date_obj, std);
XtOffsetOf       2022 ext/date/php_date.c 	date_object_handlers_timezone.offset = XtOffsetOf(php_timezone_obj, std);
XtOffsetOf       2050 ext/date/php_date.c 	date_object_handlers_interval.offset = XtOffsetOf(php_interval_obj, std);
XtOffsetOf       2066 ext/date/php_date.c 	date_object_handlers_period.offset = XtOffsetOf(php_period_obj, std);
XtOffsetOf        143 ext/date/php_date.h 	return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std));
XtOffsetOf        161 ext/date/php_date.h 	return (php_timezone_obj*)((char*)(obj) - XtOffsetOf(php_timezone_obj, std));
XtOffsetOf        174 ext/date/php_date.h 	return (php_interval_obj*)((char*)(obj) - XtOffsetOf(php_interval_obj, std));
XtOffsetOf        192 ext/date/php_date.h 	return (php_period_obj*)((char*)(obj) - XtOffsetOf(php_period_obj, std));
XtOffsetOf        599 ext/dom/php_dom.c 	dom_object_handlers.offset = XtOffsetOf(dom_object, std);
XtOffsetOf        843 ext/dom/php_dom.c 	dom_xpath_object_handlers.offset = XtOffsetOf(dom_xpath_object, dom) + XtOffsetOf(dom_object, std);
XtOffsetOf         79 ext/dom/php_dom.h 		- XtOffsetOf(dom_xpath_object, dom) - XtOffsetOf(dom_object, std));
XtOffsetOf         37 ext/dom/xml_common.h 	return (dom_object*)((char*)(obj) - XtOffsetOf(dom_object, std));
XtOffsetOf         60 ext/fileinfo/fileinfo.c 	return (finfo_object *)((char*)(obj) - XtOffsetOf(finfo_object, zo));
XtOffsetOf        221 ext/fileinfo/fileinfo.c 	finfo_object_handlers.offset = XtOffsetOf(finfo_object, zo);
XtOffsetOf        255 ext/gmp/gmp.c  	((gmp_object *) ((char *) (obj) - XtOffsetOf(gmp_object, std)))
XtOffsetOf        652 ext/gmp/gmp.c  	gmp_object_handlers.offset = XtOffsetOf(gmp_object, std);
XtOffsetOf         45 ext/intl/breakiterator/breakiterator_class.h 	return (BreakIterator_object *)((char*)(obj) - XtOffsetOf(BreakIterator_object, zo));
XtOffsetOf         42 ext/intl/calendar/calendar_class.h 	return (Calendar_object *)((char*)(obj) - XtOffsetOf(Calendar_object, zo));
XtOffsetOf        139 ext/intl/collator/collator_class.c 	Collator_handlers.offset = XtOffsetOf(Collator_object, zo);
XtOffsetOf         47 ext/intl/collator/collator_class.h 	return (Collator_object *)((char*)(obj) - XtOffsetOf(Collator_object, zo));
XtOffsetOf         58 ext/intl/common/common_enum.h 	return (IntlIterator_object *)((char*)(obj) - XtOffsetOf(IntlIterator_object, zo));
XtOffsetOf         37 ext/intl/converter/converter.c 	return (php_converter_object *)((char*)(obj) - XtOffsetOf(php_converter_object, obj));
XtOffsetOf       1087 ext/intl/converter/converter.c 	php_converter_object_handlers.offset = XtOffsetOf(php_converter_object, obj);
XtOffsetOf        201 ext/intl/dateformat/dateformat_class.c 	IntlDateFormatter_handlers.offset = XtOffsetOf(IntlDateFormatter_object, zo);
XtOffsetOf         36 ext/intl/dateformat/dateformat_class.h 	return (IntlDateFormatter_object *)((char*)(obj) - XtOffsetOf(IntlDateFormatter_object, zo));
XtOffsetOf        196 ext/intl/formatter/formatter_class.c 	NumberFormatter_handlers.offset = XtOffsetOf(NumberFormatter_object, zo);
XtOffsetOf         33 ext/intl/formatter/formatter_class.h 	return (NumberFormatter_object *)((char*)(obj) - XtOffsetOf(NumberFormatter_object, zo));
XtOffsetOf        164 ext/intl/msgformat/msgformat_class.c 	MessageFormatter_handlers.offset = XtOffsetOf(MessageFormatter_object, zo);
XtOffsetOf         36 ext/intl/msgformat/msgformat_class.h 	return (MessageFormatter_object *)((char*)(obj) - XtOffsetOf(MessageFormatter_object, zo));
XtOffsetOf        444 ext/intl/resourcebundle/resourcebundle_class.c 	ResourceBundle_object_handlers.offset = XtOffsetOf(ResourceBundle_object, zend);
XtOffsetOf         36 ext/intl/resourcebundle/resourcebundle_class.h 	return (ResourceBundle_object *)((char*)(obj) - XtOffsetOf(ResourceBundle_object, zend));
XtOffsetOf        148 ext/intl/spoofchecker/spoofchecker_class.c 	Spoofchecker_handlers.offset = XtOffsetOf(Spoofchecker_object, zo);
XtOffsetOf         40 ext/intl/spoofchecker/spoofchecker_class.h 	    return (Spoofchecker_object *)((char*)(obj) - XtOffsetOf(Spoofchecker_object, zo));
XtOffsetOf         48 ext/intl/timezone/timezone_class.h 	return (TimeZone_object *)((char*)(obj) - XtOffsetOf(TimeZone_object, zo));
XtOffsetOf        353 ext/intl/transliterator/transliterator_class.c 	Transliterator_handlers.offset = XtOffsetOf(Transliterator_object, zo);
XtOffsetOf         38 ext/intl/transliterator/transliterator_class.h 	return (Transliterator_object *)((char*)(obj) - XtOffsetOf(Transliterator_object, zo));
XtOffsetOf        578 ext/mysqli/mysqli.c 	mysqli_object_handlers.offset = XtOffsetOf(mysqli_object, zo);
XtOffsetOf        150 ext/mysqli/php_mysqli_structs.h 	return (mysqli_object *)((char*)(obj) - XtOffsetOf(mysqli_object, zo));
XtOffsetOf       1397 ext/pdo/pdo_dbh.c 	pdo_dbh_object_handlers.offset = XtOffsetOf(pdo_dbh_object_t, std);
XtOffsetOf       2281 ext/pdo/pdo_stmt.c 	pdo_dbstmt_object_handlers.offset = XtOffsetOf(pdo_stmt_t, std);
XtOffsetOf        516 ext/pdo/php_pdo_driver.h 	return (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inner);
XtOffsetOf        520 ext/pdo/php_pdo_driver.h 	return (pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std));
XtOffsetOf        647 ext/pdo/php_pdo_driver.h 	return (pdo_stmt_t *)((char*)(obj) - XtOffsetOf(pdo_stmt_t, std));
XtOffsetOf        233 ext/reflection/php_reflection.c 	return (reflection_object*)((char*)(obj) - XtOffsetOf(reflection_object, zo));
XtOffsetOf       6519 ext/reflection/php_reflection.c 	reflection_object_handlers.offset = XtOffsetOf(reflection_object, zo);
XtOffsetOf         45 ext/simplexml/php_simplexml_exports.h 	return (php_sxe_object *)((char*)(obj) - XtOffsetOf(php_sxe_object, zo));
XtOffsetOf       2714 ext/simplexml/simplexml.c 	sxe_object_handlers.offset = XtOffsetOf(php_sxe_object, zo);
XtOffsetOf        102 ext/snmp/php_snmp.h 	return (php_snmp_object *)((char*)(obj) - XtOffsetOf(php_snmp_object, zo));
XtOffsetOf       2368 ext/snmp/snmp.c 	php_snmp_object_handlers.offset = XtOffsetOf(php_snmp_object, zo);
XtOffsetOf       1473 ext/sockets/sockets.c 				(socklen_t)(XtOffsetOf(struct sockaddr_un, sun_path) + addr_len));
XtOffsetOf         79 ext/spl/spl_array.c 	return (spl_array_object*)((char*)(obj) - XtOffsetOf(spl_array_object, std));
XtOffsetOf       1930 ext/spl/spl_array.c 	spl_handler_ArrayObject.offset = XtOffsetOf(spl_array_object, std);
XtOffsetOf       3103 ext/spl/spl_directory.c 	spl_filesystem_object_handlers.offset = XtOffsetOf(spl_filesystem_object, std);
XtOffsetOf        108 ext/spl/spl_directory.h 	return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std));
XtOffsetOf        110 ext/spl/spl_dllist.c 	return (spl_dllist_object*)((char*)(obj) - XtOffsetOf(spl_dllist_object, std));
XtOffsetOf       1396 ext/spl/spl_dllist.c 	spl_handler_SplDoublyLinkedList.offset = XtOffsetOf(spl_dllist_object, std);
XtOffsetOf         77 ext/spl/spl_fixedarray.c 	return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std));
XtOffsetOf       1098 ext/spl/spl_fixedarray.c 	spl_handler_SplFixedArray.offset          = XtOffsetOf(spl_fixedarray_object, std);
XtOffsetOf         86 ext/spl/spl_heap.c 	return (spl_heap_object*)((char*)(obj) - XtOffsetOf(spl_heap_object, std));
XtOffsetOf       1205 ext/spl/spl_heap.c 	spl_handler_SplHeap.offset         = XtOffsetOf(spl_heap_object, std);
XtOffsetOf       1227 ext/spl/spl_heap.c 	spl_handler_SplPriorityQueue.offset         = XtOffsetOf(spl_heap_object, std);
XtOffsetOf        131 ext/spl/spl_iterators.c 	return (spl_recursive_it_object*)((char*)(obj) - XtOffsetOf(spl_recursive_it_object, std));
XtOffsetOf       3689 ext/spl/spl_iterators.c 	spl_handlers_rec_it_it.offset = XtOffsetOf(spl_recursive_it_object, std);
XtOffsetOf       3696 ext/spl/spl_iterators.c 	spl_handlers_dual_it.offset = XtOffsetOf(spl_dual_it_object, std);
XtOffsetOf        171 ext/spl/spl_iterators.h 	return (spl_dual_it_object*)((char*)(obj) - XtOffsetOf(spl_dual_it_object, std));
XtOffsetOf        100 ext/spl/spl_observer.c 	return (spl_SplObjectStorage*)((char*)(obj) - XtOffsetOf(spl_SplObjectStorage, std));
XtOffsetOf       1236 ext/spl/spl_observer.c 	spl_handler_SplObjectStorage.offset          = XtOffsetOf(spl_SplObjectStorage, std);
XtOffsetOf         86 ext/sqlite3/php_sqlite3_structs.h 	return (php_sqlite3_db_object*)((char*)(obj) - XtOffsetOf(php_sqlite3_db_object, zo));
XtOffsetOf        118 ext/sqlite3/php_sqlite3_structs.h 	return (php_sqlite3_result*)((char*)(obj) - XtOffsetOf(php_sqlite3_result, zo));
XtOffsetOf        137 ext/sqlite3/php_sqlite3_structs.h 	return (php_sqlite3_stmt*)((char*)(obj) - XtOffsetOf(php_sqlite3_stmt, zo));
XtOffsetOf       2219 ext/sqlite3/sqlite3.c 	sqlite3_object_handlers.offset = XtOffsetOf(php_sqlite3_db_object, zo);
XtOffsetOf       2227 ext/sqlite3/sqlite3.c 	sqlite3_stmt_object_handlers.offset = XtOffsetOf(php_sqlite3_stmt, zo);
XtOffsetOf       2235 ext/sqlite3/sqlite3.c 	sqlite3_result_object_handlers.offset = XtOffsetOf(php_sqlite3_result, zo);
XtOffsetOf        198 ext/tidy/tidy.c 	return (PHPTidyObj *)((char*)(obj) - XtOffsetOf(PHPTidyObj, std));
XtOffsetOf       1049 ext/tidy/tidy.c 	tidy_object_handlers_node.offset = tidy_object_handlers_doc.offset = XtOffsetOf(PHPTidyObj, std);
XtOffsetOf       1309 ext/xmlreader/php_xmlreader.c 	xmlreader_object_handlers.offset = XtOffsetOf(xmlreader_object, std);
XtOffsetOf         55 ext/xmlreader/php_xmlreader.h 	return (xmlreader_object *)((char*)(obj) - XtOffsetOf(xmlreader_object, std));
XtOffsetOf       1844 ext/xmlwriter/php_xmlwriter.c 	xmlwriter_object_handlers.offset = XtOffsetOf(ze_xmlwriter_object, std);
XtOffsetOf         53 ext/xmlwriter/php_xmlwriter.h 	return (ze_xmlwriter_object *)((char*)(obj) - XtOffsetOf(ze_xmlwriter_object, std));
XtOffsetOf        134 ext/xsl/php_xsl.c 	xsl_object_handlers.offset = XtOffsetOf(xsl_object, std);
XtOffsetOf         76 ext/xsl/php_xsl.h 	return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std));
XtOffsetOf       3012 ext/zip/php_zip.c 	zip_object_handlers.offset = XtOffsetOf(ze_zip_object, zo);
XtOffsetOf         87 ext/zip/php_zip.h 	return (ze_zip_object *)((char*)(obj) - XtOffsetOf(ze_zip_object, zo));
XtOffsetOf        432 main/php.h     #ifndef XtOffsetOf
XtOffsetOf        628 main/streams/xp_socket.c 			(socklen_t) XtOffsetOf(struct sockaddr_un, sun_path) + xparam->inputs.namelen);
XtOffsetOf        707 main/streams/xp_socket.c 				(const struct sockaddr *)&unix_addr, (socklen_t) XtOffsetOf(struct sockaddr_un, sun_path) + xparam->inputs.namelen,