Home
last modified time | relevance | path

Searched defs:node (Results 1 – 25 of 45) sorted by relevance

12

/PHP-7.2/ext/soap/
H A Dphp_xml.c42 static void cleanup_xml_node(xmlNodePtr node) in cleanup_xml_node()
185 xmlNsPtr attr_find_ns(xmlAttrPtr node) in attr_find_ns()
196 xmlNsPtr node_find_ns(xmlNodePtr node) in node_find_ns()
205 int attr_is_equal_ex(xmlAttrPtr node, char *name, char *ns) in attr_is_equal_ex()
221 int node_is_equal_ex(xmlNodePtr node, char *name, char *ns) in node_is_equal_ex()
238 xmlAttrPtr get_attribute_ex(xmlAttrPtr node, char *name, char *ns) in get_attribute_ex()
249 xmlNodePtr get_node_ex(xmlNodePtr node, char *name, char *ns) in get_node_ex()
260 xmlNodePtr get_node_recurisve_ex(xmlNodePtr node, char *name, char *ns) in get_node_recurisve_ex()
276 xmlNodePtr get_node_with_attribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, … in get_node_with_attribute_ex()
297 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 Dphp_xml.h25 #define get_attribute(node, name) get_attribute_ex(node, name, NULL) argument
26 #define get_node(node, name) get_node_ex(node, name, NULL) argument
27 #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) argument
28 #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL,… argument
29 #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_… argument
30 #define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) argument
31 #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) argument
H A Dphp_encoding.c286 static zend_bool soap_check_zval_ref(zval *data, xmlNodePtr node) { in soap_check_zval_ref()
351 static zend_bool soap_check_xml_ref(zval *data, xmlNodePtr node) in soap_check_xml_ref()
369 static void soap_add_xml_ref(zval *data, xmlNodePtr node) in soap_add_xml_ref()
378 xmlNodePtr node = NULL; in master_to_xml_int() local
632 zval *to_zval_user(zval *ret, encodeTypePtr type, xmlNodePtr node) in to_zval_user()
1227 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.2/ext/mbstring/oniguruma/src/
H A Dregparse.h69 #define NSTR(node) (&((node)->u.str)) argument
70 #define NCCLASS(node) (&((node)->u.cclass)) argument
71 #define NCTYPE(node) (&((node)->u.ctype)) argument
72 #define NBREF(node) (&((node)->u.bref)) argument
73 #define NQTFR(node) (&((node)->u.qtfr)) argument
76 #define NCONS(node) (&((node)->u.cons)) argument
77 #define NCALL(node) (&((node)->u.call)) argument
79 #define NCAR(node) (NCONS(node)->car) argument
80 #define NCDR(node) (NCONS(node)->cdr) argument
103 #define NSTRING_SET_DONT_GET_OPT_INFO(node) \ argument
[all …]
H A Dregcomp.c392 compile_call(CallNode* node, regex_t* reg) in compile_call()
506 compile_string_node(Node* node, regex_t* reg) in compile_string_node()
1596 compile_tree(Node* node, regex_t* reg) in compile_tree()
1768 Node* node = *plink; in noname_disable_map() local
1887 numbered_ref_check(Node* node) in numbered_ref_check()
1985 quantifiers_memory_node_info(Node* node) in quantifiers_memory_node_info()
2894 subexp_recursive_check(Node* node) in subexp_recursive_check()
3019 setup_subexp_call(Node* node, ScanEnv* env) in setup_subexp_call()
3132 divide_look_behind_alternatives(Node* node) in divide_look_behind_alternatives()
3280 Node *node; in expand_case_fold_make_rem_string() local
[all …]
H A Dregparse.c1048 onig_node_free(Node* node) in onig_node_free()
1114 Node* node; in node_new() local
1137 Node* node = node_new(); in node_new_cclass() local
1148 Node* node = node_new(); in node_new_ctype() local
1160 Node* node = node_new(); in node_new_anychar() local
1170 Node* node = node_new(); in node_new_list() local
1206 Node* node = node_new(); in onig_node_new_alt() local
1218 Node* node = node_new(); in onig_node_new_anchor() local
4196 Node* node; in parse_char_class() local
5330 Node *node, **headp; in parse_branch() local
[all …]
H A Dregtrav.c35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, in capture_tree_traverse()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c237 xmlNodePtr node; in sxe_prop_dim_read() local
434 xmlNodePtr node; in sxe_prop_dim_write() local
685 xmlNodePtr node; in sxe_property_get_adr() local
722 xmlNodePtr node; in sxe_prop_dim_exists() local
840 xmlNodePtr node; in sxe_prop_dim_delete() local
1630 xmlNodePtr node; in SXE_METHOD() local
1656 xmlNodePtr node; in SXE_METHOD() local
1874 xmlNodePtr node; in sxe_object_cast_ex() local
2405 xmlNodePtr node; in php_sxe_reset_iterator() local
2533 xmlNodePtr node; in simplexml_export_node() local
[all …]
/PHP-7.2/ext/dom/
H A Dtext.c103 xmlNodePtr node; in dom_text_whole_text_read() local
146 xmlNodePtr node; in PHP_FUNCTION() local
204 xmlNodePtr node; in PHP_FUNCTION() local
H A Dcharacterdata.c158 xmlNodePtr node; in PHP_FUNCTION() local
240 xmlNodePtr node; in PHP_FUNCTION() local
289 xmlNodePtr node; in PHP_FUNCTION() local
344 xmlNodePtr node; in PHP_FUNCTION() local
H A Dentityreference.c52 xmlNode *node; in PHP_METHOD() local
H A Ddocument.c698 xmlNode *node; in PHP_FUNCTION() local
732 xmlNode *node; in PHP_FUNCTION() local
759 xmlNode *node; in PHP_FUNCTION() local
788 xmlNode *node; in PHP_FUNCTION() local
817 xmlNode *node; in PHP_FUNCTION() local
846 xmlNode *node; in PHP_FUNCTION() local
882 xmlAttrPtr node; in PHP_FUNCTION() local
917 xmlNode *node; in PHP_FUNCTION() local
976 zval *id, *node; in PHP_FUNCTION() local
1612 xmlNode *node; in PHP_FUNCTION() local
[all …]
H A Dnode.c880 xmlNodePtr newchild, node; in _php_dom_insert_fragment() local
929 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
1178 zval *id, *node; in PHP_FUNCTION() local
1229 zval *id, *node; in PHP_FUNCTION() local
1359 xmlNode *n, *node; in PHP_FUNCTION() local
1499 zval *id, *node; in PHP_FUNCTION() local
H A Dphp_dom.c119 int dom_node_is_read_only(xmlNodePtr node) { in dom_node_is_read_only()
143 int dom_node_children_valid(xmlNodePtr node) { in dom_node_children_valid()
481 zval *node; in PHP_FUNCTION() local
512 xmlNodePtr node = (xmlNodePtr)dom_object_get_node(intern); in dom_objects_store_clone_obj() local
971 void node_list_unlink(xmlNodePtr node) in node_list_unlink()
1508 xmlNsPtr dom_get_nsdecl(xmlNode *node, xmlChar *localName) { in dom_get_nsdecl()
H A Dxpath.c140 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in dom_xpath_ext_function_php() local
439 xmlNodePtr node = nodesetp->nodeTab[i]; in php_xpath_eval() local
/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c104 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 Dxml_to_dandarpc.c168 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 Dxml_to_xmlrpc.c186 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.2/ext/tidy/examples/
H A Durlgrab5.php15 function dump_nodes(tidyNode $node, &$urls = NULL) {
H A Ddumpit5.php54 function dump_tree(tidyNode $node, $indent = 0) {
/PHP-7.2/Zend/
H A Dzend_compile.h100 znode node; member
570 # define OP_JMP_ADDR(opline, node) \ argument
573 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
590 # define OP_JMP_ADDR(opline, node) \ argument
593 # define ZEND_SET_OP_JMP_ADDR(opline, node, val) do { \ argument
613 # define CT_CONSTANT(node) \ argument
619 # define RT_CONSTANT_EX(base, node) \ argument
628 # define ZEND_PASS_TWO_UNDO_CONSTANT(op_array, node) do { \ argument
635 # define RT_CONSTANT_EX(base, node) \ argument
670 #define RT_CONSTANT(op_array, node) \ argument
[all …]
H A Dzend_execute.c96 #define get_zval_ptr(op_type, node, should_free, type) _get_zval_ptr(op_type, node, should_free, ty… argument
97 #define get_zval_ptr_deref(op_type, node, should_free, type) _get_zval_ptr_deref(op_type, node, sho… argument
98 #define get_zval_ptr_r(op_type, node, should_free) _get_zval_ptr_r(op_type, node, should_free EXECU… argument
99 #define get_zval_ptr_r_deref(op_type, node, should_free) _get_zval_ptr_r_deref(op_type, node, shoul… argument
101 #define get_zval_ptr_ptr(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, should_… argument
103 #define get_obj_zval_ptr(op_type, node, should_free, type) _get_obj_zval_ptr(op_type, node, should_… argument
439 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free… in _get_zval_ptr()
460 static zend_always_inline zval *_get_zval_ptr_r(int op_type, znode_op node, zend_free_op *should_fr… in _get_zval_ptr_r()
502 static zend_always_inline zval *_get_zval_ptr_r_deref(int op_type, znode_op node, zend_free_op *sho… in _get_zval_ptr_r_deref()
557 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.2/ext/libxml/
H A Dlibxml.c188 static void php_libxml_node_free(xmlNodePtr node) in php_libxml_node_free()
227 PHP_LIBXML_API void php_libxml_node_free_list(xmlNodePtr node) in php_libxml_node_free_list()
1181 xmlNodePtr node = NULL; in php_libxml_import_node() local
1196 PHP_LIBXML_API int php_libxml_increment_node_ptr(php_libxml_node_object *object, xmlNodePtr node, v… in php_libxml_increment_node_ptr()
1291 PHP_LIBXML_API void php_libxml_node_free_resource(xmlNodePtr node) in php_libxml_node_free_resource()
H A Dphp_libxml.h75 xmlNodePtr node; member
81 php_libxml_node_ptr *node; member
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_cfg.h112 #define CRT_CONSTANT_EX(op_array, node, rt_constants) \ argument
119 #define CRT_CONSTANT(node) \ argument

Completed in 131 milliseconds

12