/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regparse.h | 272 #define STR_(node) (&((node)->u.str)) argument 277 #define BAG_(node) (&((node)->u.bag)) argument 279 #define CONS_(node) (&((node)->u.cons)) argument 280 #define CALL_(node) (&((node)->u.call)) argument 287 #define NODE_IS_ANYCHAR(node) \ argument 290 #define CTYPE_OPTION(node, reg) \ argument 306 #define NODE_STRING_IS_CRUDE(node) \ argument 308 #define NODE_STRING_IS_CASE_EXPANDED(node) \ argument 364 #define NODE_IS_PROHIBIT_RECURSION(node) \ argument 366 #define NODE_IS_STRICT_REAL_REPEAT(node) \ argument [all …]
|
H A D | regcomp.c | 670 is_strict_real_node(Node* node) in is_strict_real_node() 2198 Node* node = *plink; in noname_disable_map() local 2348 numbered_ref_check(Node* node) in numbered_ref_check() 3702 recursive_call_check(Node* node) in recursive_call_check() 3874 reduce_string_list(Node* node) in reduce_string_list() 4142 Node* node; in make_code_list_to_string() local 4244 Node* node; in unravel_cf_string_alt_or_cc_add() local 4315 Node* node; in unravel_cf_look_behind_add() local 4569 tune_call2_call(Node* node) in tune_call2_call() 4705 tune_call2(Node* node) in tune_call2() [all …]
|
H A D | regparse.c | 2046 onig_node_free(Node* node) in onig_node_free() 2128 Node* node; in node_new() local 2185 Node* node; in node_new_anychar_with_fixed_option() local 2366 Node* node; in node_new_backref_checker() local 2492 Node* node; in node_new_group() local 3246 Node* node; in node_new_str_crude_char() local 6254 Node* node; in parse_cc() local 6928 Node* node; in parse_callout_of_name() local 7787 Node* node; in onig_new_cclass_with_code_list() local 8315 Node *node, **headp; in parse_branch() local [all …]
|
H A D | regtrav.c | 35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, in capture_tree_traverse()
|
/PHP-7.3/ext/soap/ |
H A D | php_xml.c | 41 static void cleanup_xml_node(xmlNodePtr node) in cleanup_xml_node() 184 xmlNsPtr attr_find_ns(xmlAttrPtr node) in attr_find_ns() 195 xmlNsPtr node_find_ns(xmlNodePtr node) in node_find_ns() 204 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex() 220 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex() 237 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex() 248 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex() 259 xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) in get_node_recurisve_ex() 275 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex() 296 xmlNodePtr get_node_with_attribute_recursive_ex(xmlNodePtr node, char *name, char *name_ns, char *a… in get_node_with_attribute_recursive_ex()
|
H A D | php_xml.h | 24 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) argument 25 #define get_node(node, name) get_node_ex(node, name, NULL) argument 26 #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) argument 27 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… argument 28 #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_… argument 29 #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) argument 30 #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) argument
|
H A D | php_encoding.c | 284 static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) { in soap_check_zval_ref() 349 static zend_bool soap_check_xml_ref(zval *data, xmlNodePtr node) in soap_check_xml_ref() 367 static void soap_add_xml_ref(zval *data, xmlNodePtr node) in soap_add_xml_ref() 376 xmlNodePtr node = NULL; in master_to_xml_int() local 630 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user() 1225 static void model_to_zval_any(zval *ret, xmlNodePtr node) in model_to_zval_any() 3345 static void set_ns_and_type(xmlNodePtr node, encodeTypePtr type) in set_ns_and_type() 3350 static void set_ns_and_type_ex(xmlNodePtr node, char *ns, char *type) in set_ns_and_type_ex() 3395 xmlNsPtr encode_add_ns(xmlNodePtr node, const char* ns) in encode_add_ns() 3440 static void set_xsi_nil(xmlNodePtr node) in set_xsi_nil() [all …]
|
/PHP-7.3/ext/simplexml/ |
H A D | simplexml.c | 235 xmlNodePtr node; in sxe_prop_dim_read() local 421 xmlNodePtr node; in sxe_prop_dim_write() local 671 xmlNodePtr node; in sxe_property_get_adr() local 708 xmlNodePtr node; in sxe_prop_dim_exists() local 826 xmlNodePtr node; in sxe_prop_dim_delete() local 1616 xmlNodePtr node; in SXE_METHOD() local 1642 xmlNodePtr node; in SXE_METHOD() local 1863 xmlNodePtr node; in sxe_object_cast_ex() local 2363 xmlNodePtr node; in php_sxe_reset_iterator() local 2498 xmlNodePtr node; in simplexml_export_node() local [all …]
|
H A D | sxe.c | 128 xmlNodePtr node; in PHP_METHOD() local
|
/PHP-7.3/ext/dom/ |
H A D | text.c | 101 xmlNodePtr node; in dom_text_whole_text_read() local 144 xmlNodePtr node; in PHP_FUNCTION() local 202 xmlNodePtr node; in PHP_FUNCTION() local
|
H A D | characterdata.c | 156 xmlNodePtr node; in PHP_FUNCTION() local 238 xmlNodePtr node; in PHP_FUNCTION() local 287 xmlNodePtr node; in PHP_FUNCTION() local 342 xmlNodePtr node; in PHP_FUNCTION() local
|
H A D | document.c | 696 xmlNode *node; in PHP_FUNCTION() local 730 xmlNode *node; in PHP_FUNCTION() local 757 xmlNode *node; in PHP_FUNCTION() local 786 xmlNode *node; in PHP_FUNCTION() local 815 xmlNode *node; in PHP_FUNCTION() local 844 xmlNode *node; in PHP_FUNCTION() local 880 xmlAttrPtr node; in PHP_FUNCTION() local 915 xmlNode *node; in PHP_FUNCTION() local 974 zval *id, *node; in PHP_FUNCTION() local 1610 xmlNode *node; in PHP_FUNCTION() local [all …]
|
H A D | entityreference.c | 50 xmlNode *node; in PHP_METHOD() local
|
H A D | node.c | 874 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local 923 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local 1172 zval *id, *node; in PHP_FUNCTION() local 1223 zval *id, *node; in PHP_FUNCTION() local 1353 xmlNode *n, *node; in PHP_FUNCTION() local 1493 zval *id, *node; in PHP_FUNCTION() local
|
H A D | php_dom.c | 117 int dom_node_is_read_only(xmlNodePtr node) { in dom_node_is_read_only() 141 int dom_node_children_valid(xmlNodePtr node) { in dom_node_children_valid() 478 zval *node; in PHP_FUNCTION() local 509 xmlNodePtr node = (xmlNodePtr)dom_object_get_node(intern); in dom_objects_store_clone_obj() local 968 void node_list_unlink(xmlNodePtr node) in node_list_unlink() 1517 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl()
|
H A D | xpath.c | 138 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in dom_xpath_ext_function_php() local 437 xmlNodePtr node = nodesetp->nodeTab[i]; in php_xpath_eval() local
|
H A D | element.c | 527 zval *id, *node; in PHP_FUNCTION() local 593 zval *id, *node; in PHP_FUNCTION() local 976 zval *id, *node; in PHP_FUNCTION() local 1234 zval *id, *node; in PHP_FUNCTION() local
|
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_soap.c | 104 static const char* get_array_soap_type(XMLRPC_VALUE node) { in get_array_soap_type() 170 static inline int get_fault_type(XMLRPC_VALUE node) { in get_fault_type() 188 static XMLRPC_VALUE gen_fault_xmlrpc(XMLRPC_VALUE node, xml_element* el_target) { in gen_fault_xmlrpc() 431 xml_element* SOAP_to_xml_element_worker(XMLRPC_REQUEST request, XMLRPC_VALUE node) { in SOAP_to_xml_element_worker() 574 xml_element* SOAP_VALUE_to_xml_element(XMLRPC_VALUE node) { in SOAP_VALUE_to_xml_element()
|
H A D | xml_to_dandarpc.c | 168 xml_element* DANDARPC_to_xml_element_worker(XMLRPC_REQUEST request, XMLRPC_VALUE node) { in DANDARPC_to_xml_element_worker() 272 xml_element* DANDARPC_VALUE_to_xml_element(XMLRPC_VALUE node) { in DANDARPC_VALUE_to_xml_element()
|
H A D | xml_to_xmlrpc.c | 186 xml_element* XMLRPC_to_xml_element_worker(XMLRPC_VALUE current_vector, XMLRPC_VALUE node, in XMLRPC_to_xml_element_worker() 364 xml_element* XMLRPC_VALUE_to_xml_element(XMLRPC_VALUE node) { in XMLRPC_VALUE_to_xml_element()
|
/PHP-7.3/Zend/ |
H A D | zend_compile.h | 96 znode node; member 600 # define OP_JMP_ADDR(opline, node) \ argument 603 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument 613 # define ZEND_PASS_TWO_UNDO_JMP_TARGET(op_array, opline, node) do { \ argument 620 # define OP_JMP_ADDR(opline, node) \ argument 623 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument 633 # define ZEND_PASS_TWO_UNDO_JMP_TARGET(op_array, opline, node) do { \ argument 643 # define CT_CONSTANT(node) \ argument 649 # define RT_CONSTANT(opline, node) \ argument 664 # define RT_CONSTANT(opline, node) \ argument [all …]
|
H A D | zend_execute.c | 102 #define get_zval_ptr(op_type, node, should_free, type) _get_zval_ptr(op_type, node, should_free, ty… argument 103 #define get_zval_ptr_deref(op_type, node, should_free, type) _get_zval_ptr_deref(op_type, node, sho… argument 105 #define get_op_data_zval_ptr_r(op_type, node, should_free) _get_op_data_zval_ptr_r(op_type, node, s… argument 107 #define get_zval_ptr_ptr(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, should_… argument 108 #define get_zval_ptr_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, s… argument 109 #define get_obj_zval_ptr(op_type, node, should_free, type) _get_obj_zval_ptr(op_type, node, should_… argument 111 #define get_obj_zval_ptr_ptr(op_type, node, should_free, type) _get_obj_zval_ptr_ptr(op_type, node,… argument 442 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free… in _get_zval_ptr() 463 static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, znode_op node, zend_free_op *s… in _get_op_data_zval_ptr_r() 560 static inline zval *_get_zval_ptr_ptr(int op_type, znode_op node, zend_free_op *should_free, int ty… in _get_zval_ptr_ptr() [all …]
|
/PHP-7.3/ext/libxml/ |
H A D | libxml.c | 186 static void php_libxml_node_free(xmlNodePtr node) in php_libxml_node_free() 225 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) in php_libxml_node_free_list() 1188 xmlNodePtr node = NULL; in php_libxml_import_node() local 1203 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr() 1298 PHP_LIBXML_API void php_libxml_node_free_resource(xmlNodePtr node) in php_libxml_node_free_resource()
|
H A D | php_libxml.h | 73 xmlNodePtr node; member 79 php_libxml_node_ptr *node; member
|
/PHP-7.3/ext/opcache/Optimizer/ |
H A D | zend_cfg.h | 108 #define CRT_CONSTANT_EX(op_array, opline, node, rt_constants) \ argument 115 #define CRT_CONSTANT(node) \ argument
|