Home
last modified time | relevance | path

Searched defs:node (Results 151 – 170 of 170) sorted by relevance

1234567

/php-src/ext/soap/
H A Dsoap.c3237 …tion, char *function_name, char *uri, zval *ret, int version, int main, xmlNodePtr *node) /* {{{ */
3487 xmlNodePtr node = xmlNewNode(NULL, BAD_CAST("faultcode")); local
3502 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); local
3507 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), tmp, SOAP_LITERAL, param); local
3514 xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Code"), NULL); local
3529 xmlNodePtr node = xmlNewChild(param, ns, BAD_CAST("Reason"), NULL); local
3537 xmlNodePtr node; local
4054 xmlNodePtr node = params; local
H A Dphp_sdl.c48 encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_encoder_from_prefix()
69 static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const xmlChar *type) in get_element()
221 static int is_wsdl_element(xmlNodePtr node) in is_wsdl_element()
568 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
H A Dphp_schema.c990 void schema_min_max(xmlNodePtr node, sdlContentModelPtr model) in schema_min_max()
/php-src/ext/dom/
H A Ddom_iterators.c31 xmlNode *node; member
H A Ddomimplementation.c151 zval *node = NULL; in PHP_METHOD() local
H A Dxpath_callbacks.c346 xmlNodePtr node = obj->nodesetval->nodeTab[j]; in php_dom_xpath_callback_fetch_args() local
/php-src/Zend/
H A Dzend_generators.c179 static void zend_generator_remove_child(zend_generator_node *node, zend_generator *child) in zend_generator_remove_child()
480 zend_generator_node *node = &generator->node; in zend_generator_add_child() local
H A Dzend_ast.c45 ZEND_API zend_ast * ZEND_FASTCALL zend_ast_create_znode(znode *node) { in zend_ast_create_znode()
H A Dzend_compile.c2735 static inline void zend_handle_numeric_op(znode *node) /* {{{ */ in zend_handle_numeric_op()
2955 static void zend_separate_if_call_and_write(znode *node, zend_ast *ast, uint32_t type) /* {{{ */ in zend_separate_if_call_and_write()
9579 znode *node = Z_PTR_P(zv); in znode_dtor() local
9591 znode var_node_is, var_node_w, default_node, assign_node, *node; in zend_compile_assign_coalesce() local
/php-src/ext/xsl/
H A Dxsltprocessor.c49 static void xsl_proxy_factory(xmlNodePtr node, zval *child, dom_object *intern, xmlXPathParserConte… in xsl_proxy_factory()
296 xmlNodePtr node = NULL; in php_xsl_apply_stylesheet() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.c395 lxb_dom_node_t *node = lxb_html_tree_adjusted_current_node(tkz->tree); in lxb_html_tokenizer_current_namespace() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Ddocument.h36 lxb_dom_node_t node; member
H A Dattr.c35 lxb_dom_node_t *node = lxb_dom_interface_node(attr); in lxb_dom_attr_interface_create() local
H A Delement.c43 lxb_dom_node_t *node = lxb_dom_interface_node(element); in lxb_dom_element_interface_create() local
/php-src/ext/tidy/
H A Dtidy.c120 TidyNode node; member
750 TidyNode node; in php_tidy_create_node() local
/php-src/ext/opcache/
H A Dzend_persist.c173 zend_ast *node; in zend_persist_ast() local
/php-src/ext/sockets/
H A Dconversions.c147 const char **node; in do_from_to_zval_err() local
727 const char *node = "family"; in from_zval_write_sockaddr_aux() local
/php-src/build/
H A Dgen_stub.php227 public static function fromNode(Node $node): SimpleType {
560 public static function fromNode(Node $node): Type {
4751 protected function pName_FullyQualified(Name\FullyQualified $node): string {
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1072 xmlNode *node, *nodec; in PHP_METHOD() local
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c362 Node*node; member

Completed in 148 milliseconds

1234567