Home
last modified time | relevance | path

Searched defs:el (Results 1 – 25 of 40) sorted by relevance

12

/PHP-7.1/ext/xmlrpc/libxmlrpc/
H A Dxml_element.h185 #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 Dxml_to_dandarpc.c65 …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 Dxml_to_xmlrpc.c70 …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 Dxml_to_soap.c237 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 Dxml_element.c376 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 Dxmlrpc_introspection.c309 XMLRPC_VALUE xml_element_to_method_description(xml_element* el, XMLRPC_ERROR err) { in xml_element_to_method_description()
/PHP-7.1/ext/mysqlnd/
H A Dphp_mysqlnd.c56 mysqlnd_minfo_dump_plugin_stats(zval *el, void * argument) in mysqlnd_minfo_dump_plugin_stats()
79 mysqlnd_minfo_dump_loaded_plugins(zval *el, void * buf) in mysqlnd_minfo_dump_loaded_plugins()
H A Dmysqlnd_plugin.c108 mysqlnd_plugin_end_apply_func(zval *el) in mysqlnd_plugin_end_apply_func()
/PHP-7.1/Zend/
H A Dzend_ini.c37 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 Dzend_constants.c86 static int clean_module_constant(zval *el, void *arg) in clean_module_constant()
H A Dzend_object_handlers.c516 static void zend_property_guard_dtor(zval *el) /* {{{ */ { in zend_property_guard_dtor()
/PHP-7.1/main/
H A Dphp_ini.c121 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 Drfc1867.c195 static int unlink_filename(zval *el) /* {{{ */ in unlink_filename()
204 static void free_filename(zval *el) { in free_filename()
/PHP-7.1/ext/standard/
H A Dinfo.c172 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.1/ext/intl/transliterator/
H A Dtransliterator_methods.c268 zend_string *el = intl_convert_utf16_to_utf8(elem, elem_len, &status ); in PHP_FUNCTION() local
/PHP-7.1/ext/pdo/
H A Dpdo_sql_parser.c394 static void free_param_name(zval *el) { in free_param_name()
H A Dpdo_dbh.c1255 static void cls_method_dtor(zval *el) /* {{{ */ { in cls_method_dtor()
1264 static void cls_method_pdtor(zval *el) /* {{{ */ { in cls_method_pdtor()
/PHP-7.1/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp88 static void arg_types_dtor(zval *el) { in arg_types_dtor()
/PHP-7.1/ext/sockets/
H A Dsendrecvmsg.c86 static void ancillary_registery_free_elem(zval *el) { in ancillary_registery_free_elem()
/PHP-7.1/ext/dba/
H A Ddba.c460 int dba_close_pe_rsrc_deleter(zval *el, void *pDba) in dba_close_pe_rsrc_deleter()
/PHP-7.1/ext/reflection/
H A Dphp_reflection.c998 static int _extension_ini_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /* … in _extension_ini_string()
1035 static int _extension_class_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /… in _extension_class_string()
1055 static int _extension_const_string(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /… in _extension_const_string()
4340 static int _addmethod_va(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addmethod_va()
4496 static int _addproperty(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addproperty()
5922 static int _addconstant(zval *el, int num_args, va_list args, zend_hash_key *hash_key) /* {{{ */ in _addconstant()
5955 static int _addinientry(zval *el, int num_args, va_list args, zend_hash_key *hash_key) in _addinientry()
/PHP-7.1/ext/soap/
H A Dphp_encoding.c1295 zval *el; in model_to_zval_any() local
2316 zval *el; in to_xml_array() local
3138 zval *el; in to_xml_any() local
/PHP-7.1/ext/mysqli/
H A Dmysqli.c85 static void free_prop_handler(zval *el) { in free_prop_handler()
/PHP-7.1/ext/mbstring/
H A Dphp_mbregex.c58 static void php_mb_regex_free_cache(zval *el) { in php_mb_regex_free_cache()
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c603 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor()

Completed in 102 milliseconds

12