Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/sqlite3/
H A Dphp_sqlite3_structs.h84 return (php_sqlite3_db_object*)((char*)(obj) - XtOffsetOf(php_sqlite3_db_object, zo)); in php_sqlite3_db_from_obj()
116 return (php_sqlite3_result*)((char*)(obj) - XtOffsetOf(php_sqlite3_result, zo)); in php_sqlite3_result_from_obj()
135 return (php_sqlite3_stmt*)((char*)(obj) - XtOffsetOf(php_sqlite3_stmt, zo)); in php_sqlite3_stmt_from_obj()
/PHP-7.4/Zend/
H A Dzend_ini.h127 …ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, prope…
129 …ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
131 …ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
134 …ZEND_INI_ENTRY2(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, prope…
136 …ZEND_INI_ENTRY2_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
138 …ZEND_INI_ENTRY3_EX(name, default_value, modifiable, on_modify, (void *) XtOffsetOf(struct_type, pr…
H A Dzend_weakrefs.c32 #define zend_weakref_from(o) ((zend_weakref*)(((char*) o) - XtOffsetOf(zend_weakref, std)))
202 zend_weakref_handlers.offset = XtOffsetOf(zend_weakref, std); in zend_register_weakref_ce()
/PHP-7.4/ext/date/
H A Dphp_date.h139 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()
156 return (php_timezone_obj*)((char*)(obj) - XtOffsetOf(php_timezone_obj, std)); in php_timezone_obj_from_obj()
168 return (php_interval_obj*)((char*)(obj) - XtOffsetOf(php_interval_obj, std)); in php_interval_obj_from_obj()
186 return (php_period_obj*)((char*)(obj) - XtOffsetOf(php_period_obj, std)); in php_period_obj_from_obj()
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.h51 return (ze_xmlwriter_object *)((char*)(obj) - XtOffsetOf(ze_xmlwriter_object, std)); in php_xmlwriter_fetch_object()
/PHP-7.4/ext/gmp/
H A Dphp_gmp_int.h25 return (gmp_object *)( ((char *)zobj) - XtOffsetOf(gmp_object, std) ); in php_gmp_object_from_zend_object()
/PHP-7.4/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.4/ext/intl/msgformat/
H A Dmsgformat_class.h37 return (MessageFormatter_object *)((char*)(obj) - XtOffsetOf(MessageFormatter_object, zo)); in php_intl_messageformatter_fetch_object()
/PHP-7.4/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.4/ext/xmlreader/
H A Dphp_xmlreader.h53 return (xmlreader_object *)((char*)(obj) - XtOffsetOf(xmlreader_object, std)); in php_xmlreader_fetch_object()
/PHP-7.4/ext/simplexml/
H A Dphp_simplexml_exports.h43 return (php_sxe_object *)((char*)(obj) - XtOffsetOf(php_sxe_object, zo)); in php_sxe_fetch_object()
/PHP-7.4/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.4/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.4/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.4/ext/intl/breakiterator/
H A Dbreakiterator_class.h47 return (BreakIterator_object *)((char*)(obj) - XtOffsetOf(BreakIterator_object, zo)); in php_intl_breakiterator_fetch_object()
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.h44 return (Calendar_object *)((char*)(obj) - XtOffsetOf(Calendar_object, zo)); in php_intl_calendar_fetch_object()
/PHP-7.4/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.4/ext/intl/timezone/
H A Dtimezone_class.h50 return (TimeZone_object *)((char*)(obj) - XtOffsetOf(TimeZone_object, zo)); in php_intl_timezone_fetch_object()
/PHP-7.4/ext/zip/
H A Dphp_zip.h68 return (ze_zip_object *)((char*)(obj) - XtOffsetOf(ze_zip_object, zo)); in php_zip_fetch_object()
/PHP-7.4/ext/dom/
H A Dphp_dom.h77 - XtOffsetOf(dom_xpath_object, dom) - XtOffsetOf(dom_object, std)); in php_xpath_obj_from_obj()
H A Dxml_common.h35 return (dom_object*)((char*)(obj) - XtOffsetOf(dom_object, std)); in php_dom_obj_from_obj()
/PHP-7.4/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.4/ext/xsl/
H A Dphp_xsl.h74 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h526 …return (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inn… in php_pdo_dbh_fetch_inner()
530 return (pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)); in php_pdo_dbh_fetch_object()
654 return (pdo_stmt_t *)((char*)(obj) - XtOffsetOf(pdo_stmt_t, std)); in php_pdo_stmt_fetch_object()
/PHP-7.4/ext/snmp/
H A Dphp_snmp.h100 return (php_snmp_object *)((char*)(obj) - XtOffsetOf(php_snmp_object, zo)); in php_snmp_fetch_object()

Completed in 38 milliseconds

123