Home
last modified time | relevance | path

Searched refs:XtOffsetOf (Results 1 – 25 of 69) sorted by relevance

123

/PHP-7.2/ext/sqlite3/
H A Dphp_sqlite3_structs.h86 return (php_sqlite3_db_object*)((char*)(obj) - XtOffsetOf(php_sqlite3_db_object, zo)); in php_sqlite3_db_from_obj()
118 return (php_sqlite3_result*)((char*)(obj) - XtOffsetOf(php_sqlite3_result, zo)); in php_sqlite3_result_from_obj()
137 return (php_sqlite3_stmt*)((char*)(obj) - XtOffsetOf(php_sqlite3_stmt, zo)); in php_sqlite3_stmt_from_obj()
/PHP-7.2/Zend/
H A Dzend_ini.h125 …ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, prope…
127 …ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
129 …ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
132 …ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, prope…
134 …ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
136 …ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
H A Dzend_portability.h318 #ifndef XtOffsetOf
341 # define XtOffsetOf(s_type, field) offsetof(s_type, field) macro
343 # define XtOffsetOf(s_type, field) XtOffset(s_type*, field) macro
/PHP-7.2/ext/date/
H A Dphp_date.h144 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()
162 return (php_timezone_obj*)((char*)(obj) - XtOffsetOf(php_timezone_obj, std)); in php_timezone_obj_from_obj()
175 return (php_interval_obj*)((char*)(obj) - XtOffsetOf(php_interval_obj, std)); in php_interval_obj_from_obj()
193 return (php_period_obj*)((char*)(obj) - XtOffsetOf(php_period_obj, std)); in php_period_obj_from_obj()
/PHP-7.2/ext/xmlwriter/
H A Dphp_xmlwriter.h53 return (ze_xmlwriter_object *)((char*)(obj) - XtOffsetOf(ze_xmlwriter_object, std)); in php_xmlwriter_fetch_object()
/PHP-7.2/ext/intl/formatter/
H A Dformatter_class.h33 return (NumberFormatter_object *)((char*)(obj) - XtOffsetOf(NumberFormatter_object, zo)); in php_intl_number_format_fetch_object()
/PHP-7.2/ext/simplexml/
H A Dphp_simplexml_exports.h45 return (php_sxe_object *)((char*)(obj) - XtOffsetOf(php_sxe_object, zo)); in php_sxe_fetch_object()
/PHP-7.2/ext/intl/msgformat/
H A Dmsgformat_class.h41 return (MessageFormatter_object *)((char*)(obj) - XtOffsetOf(MessageFormatter_object, zo)); in php_intl_messageformatter_fetch_object()
/PHP-7.2/ext/intl/dateformat/
H A Ddateformat_class.h36 return (IntlDateFormatter_object *)((char*)(obj) - XtOffsetOf(IntlDateFormatter_object, zo)); in php_intl_dateformatter_fetch_object()
/PHP-7.2/ext/intl/resourcebundle/
H A Dresourcebundle_class.h36 return (ResourceBundle_object *)((char*)(obj) - XtOffsetOf(ResourceBundle_object, zend)); in php_intl_resourcebundle_fetch_object()
/PHP-7.2/ext/xmlreader/
H A Dphp_xmlreader.h55 return (xmlreader_object *)((char*)(obj) - XtOffsetOf(xmlreader_object, std)); in php_xmlreader_fetch_object()
/PHP-7.2/ext/intl/transliterator/
H A Dtransliterator_class.h38 return (Transliterator_object *)((char*)(obj) - XtOffsetOf(Transliterator_object, zo)); in php_intl_transliterator_fetch_object()
/PHP-7.2/ext/intl/collator/
H A Dcollator_class.h47 return (Collator_object *)((char*)(obj) - XtOffsetOf(Collator_object, zo)); in php_intl_collator_fetch_object()
/PHP-7.2/ext/intl/breakiterator/
H A Dbreakiterator_class.h45 return (BreakIterator_object *)((char*)(obj) - XtOffsetOf(BreakIterator_object, zo)); in php_intl_breakiterator_fetch_object()
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_class.h42 return (Calendar_object *)((char*)(obj) - XtOffsetOf(Calendar_object, zo)); in php_intl_calendar_fetch_object()
/PHP-7.2/ext/dom/
H A Dphp_dom.h79 - XtOffsetOf(dom_xpath_object, dom) - XtOffsetOf(dom_object, std)); in php_xpath_obj_from_obj()
H A Dxml_common.h37 return (dom_object*)((char*)(obj) - XtOffsetOf(dom_object, std)); in php_dom_obj_from_obj()
/PHP-7.2/ext/zip/
H A Dphp_zip.h72 return (ze_zip_object *)((char*)(obj) - XtOffsetOf(ze_zip_object, zo)); in php_zip_fetch_object()
/PHP-7.2/ext/intl/spoofchecker/
H A Dspoofchecker_class.h40 return (Spoofchecker_object *)((char*)(obj) - XtOffsetOf(Spoofchecker_object, zo)); in php_intl_spoofchecker_fetch_object()
/PHP-7.2/ext/intl/timezone/
H A Dtimezone_class.h48 return (TimeZone_object *)((char*)(obj) - XtOffsetOf(TimeZone_object, zo)); in php_intl_timezone_fetch_object()
/PHP-7.2/ext/intl/common/
H A Dcommon_enum.h58 return (IntlIterator_object *)((char*)(obj) - XtOffsetOf(IntlIterator_object, zo)); in php_intl_iterator_fetch_object()
/PHP-7.2/main/
H A Dphp.h508 #ifndef XtOffsetOf
510 #define XtOffsetOf(s_type, field) offsetof(s_type, field) macro
512 #define XtOffsetOf(s_type, field) XtOffset(s_type*, field)
/PHP-7.2/ext/xsl/
H A Dphp_xsl.h76 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
/PHP-7.2/ext/pdo/
H A Dphp_pdo_driver.h525 …return (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inn… in php_pdo_dbh_fetch_inner()
529 return (pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)); in php_pdo_dbh_fetch_object()
653 return (pdo_stmt_t *)((char*)(obj) - XtOffsetOf(pdo_stmt_t, std)); in php_pdo_stmt_fetch_object()
/PHP-7.2/ext/snmp/
H A Dphp_snmp.h102 return (php_snmp_object *)((char*)(obj) - XtOffsetOf(php_snmp_object, zo)); in php_snmp_fetch_object()

Completed in 77 milliseconds

123