/PHP-7.0/ext/xmlrpc/libxmlrpc/ |
H A D | xml_element.h | 185 #define xml_elem_next_element(el) ((el) ? (xml_element *)Q_Next(&el->children) : NULL) argument 186 #define xml_elem_head_element(el) ((el) ? (xml_element *)Q_Head(&el->children) : NULL) argument 187 #define xml_elem_next_attr(el) ((el) ? (xml_element_attr *)Q_Next(&el->attrs) : NULL) argument 188 #define xml_elem_head_attr(el) ((el) ? (xml_element_attr *)Q_Head(&el->attrs) : NULL) argument 189 #define xml_elem_get_name(el) (char *)((el) ? el->name : NULL) argument 190 #define xml_elem_get_val(el) (char *)((el) ? el->text.str : NULL) argument
|
H A D | xml_to_dandarpc.c | 65 …lement_to_DANDARPC_REQUEST_worker(XMLRPC_REQUEST request, XMLRPC_VALUE xCurrent, xml_element* el) { in xml_element_to_DANDARPC_REQUEST_worker() 158 XMLRPC_VALUE xml_element_to_DANDARPC_VALUE(xml_element* el) in xml_element_to_DANDARPC_VALUE() 163 XMLRPC_VALUE xml_element_to_DANDARPC_REQUEST(XMLRPC_REQUEST request, xml_element* el) in xml_element_to_DANDARPC_REQUEST()
|
H A D | xml_to_xmlrpc.c | 70 …er(XMLRPC_REQUEST request, XMLRPC_VALUE parent_vector, XMLRPC_VALUE current_val, xml_element* el) { in xml_element_to_XMLRPC_REQUEST_worker() 176 XMLRPC_VALUE xml_element_to_XMLRPC_VALUE(xml_element* el) in xml_element_to_XMLRPC_VALUE() 181 XMLRPC_VALUE xml_element_to_XMLRPC_REQUEST(XMLRPC_REQUEST request, xml_element* el) in xml_element_to_XMLRPC_REQUEST()
|
H A D | xml_to_soap.c | 237 xml_element* el, in xml_element_to_SOAP_REQUEST_worker() 418 XMLRPC_VALUE xml_element_to_SOAP_VALUE(xml_element* el) in xml_element_to_SOAP_VALUE() 424 XMLRPC_VALUE xml_element_to_SOAP_REQUEST(XMLRPC_REQUEST request, xml_element* el) in xml_element_to_SOAP_REQUEST()
|
H A D | xml_element.c | 376 static void xml_element_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int si… in xml_element_serialize() 537 char* xml_elem_serialize_to_string(xml_element *el, XML_ELEM_OUTPUT_OPTIONS options, int *buf_len) in xml_elem_serialize_to_string() 571 void xml_elem_serialize_to_stream(xml_element *el, FILE *output, XML_ELEM_OUTPUT_OPTIONS options) in xml_elem_serialize_to_stream()
|
H A D | xmlrpc_introspection.c | 309 XMLRPC_VALUE xml_element_to_method_description(xml_element* el, XMLRPC_ERROR err) { in xml_element_to_method_description()
|
/PHP-7.0/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 58 mysqlnd_minfo_dump_plugin_stats(zval *el, void * argument) in mysqlnd_minfo_dump_plugin_stats() 81 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
|
H A D | mysqlnd_plugin.c | 108 mysqlnd_plugin_end_apply_func(zval *el) in mysqlnd_plugin_end_apply_func()
|
/PHP-7.0/Zend/ |
H A D | zend_ini.c | 37 static int zend_remove_ini_entries(zval *el, void *arg) /* {{{ */ in zend_remove_ini_entries() 79 static int zend_restore_ini_entry_wrapper(zval *el) /* {{{ */ in zend_restore_ini_entry_wrapper() 280 static int zend_ini_refresh_cache(zval *el, void *arg) /* {{{ */ in zend_ini_refresh_cache()
|
H A D | zend_constants.c | 86 static int clean_module_constant(zval *el, void *arg) in clean_module_constant()
|
H A D | zend_object_handlers.c | 478 static void zend_property_guard_dtor(zval *el) /* {{{ */ { in zend_property_guard_dtor()
|
/PHP-7.0/main/ |
H A D | php_ini.c | 121 static int php_ini_displayer(zval *el, void *arg) in php_ini_displayer() 152 static int php_ini_available(zval *el, void *arg) in php_ini_available()
|
H A D | rfc1867.c | 193 static int unlink_filename(zval *el) /* {{{ */ in unlink_filename() 202 static void free_filename(zval *el) { in free_filename()
|
/PHP-7.0/ext/standard/ |
H A D | info.c | 172 static int _display_module_info_func(zval *el) /* {{{ */ in _display_module_info_func() 182 static int _display_module_info_def(zval *el) /* {{{ */ in _display_module_info_def()
|
/PHP-7.0/ext/intl/transliterator/ |
H A D | transliterator_methods.c | 268 zend_string *el = intl_convert_utf16_to_utf8(elem, elem_len, &status ); in PHP_FUNCTION() local
|
/PHP-7.0/ext/pdo/ |
H A D | pdo_sql_parser.c | 393 static void free_param_name(zval *el) { in free_param_name()
|
H A D | pdo_dbh.c | 1257 static void cls_method_dtor(zval *el) /* {{{ */ { in cls_method_dtor() 1266 static void cls_method_pdtor(zval *el) /* {{{ */ { in cls_method_pdtor()
|
/PHP-7.0/ext/intl/msgformat/ |
H A D | msgformat_helpers.cpp | 86 static void arg_types_dtor(zval *el) { in arg_types_dtor()
|
/PHP-7.0/ext/sockets/ |
H A D | sendrecvmsg.c | 86 static void ancillary_registery_free_elem(zval *el) { in ancillary_registery_free_elem()
|
/PHP-7.0/ext/dba/ |
H A D | dba.c | 460 int dba_close_pe_rsrc_deleter(zval *el, void *pDba) in dba_close_pe_rsrc_deleter()
|
/PHP-7.0/ext/reflection/ |
H A D | php_reflection.c | 975 static int _extension_ini_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /* … in _extension_ini_string() 1012 static int _extension_class_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /… in _extension_class_string() 1032 static int _extension_const_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /… in _extension_const_string() 4158 static int _addmethod_va(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addmethod_va() 4314 static int _addproperty(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addproperty() 5681 static int _addconstant(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ in _addconstant() 5714 static int _addinientry(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addinientry()
|
/PHP-7.0/ext/soap/ |
H A D | php_encoding.c | 1300 zval *el; in model_to_zval_any() local 2320 zval *el; in to_xml_array() local 3142 zval *el; in to_xml_any() local
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli.c | 84 static void free_prop_handler(zval *el) { in free_prop_handler()
|
/PHP-7.0/ext/mbstring/ |
H A D | php_mbregex.c | 58 static void php_mb_regex_free_cache(zval *el) { in php_mb_regex_free_cache()
|
/PHP-7.0/sapi/litespeed/ |
H A D | lsapi_main.c | 571 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor()
|