Searched defs:body (Results 1 – 13 of 13) sorted by relevance
/php-src/ext/soap/ |
H A D | php_packet_soap.c | 26 xmlNodePtr trav, env, head, body, resp, cur, fault; in parse_packet_soap() local
|
H A D | php_sdl.c | 535 xmlNodePtr body = trav; in wsdl_soap_binding_body() local 1422 static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlT… in sdl_deserialize_soap_body() 2021 static void sdl_serialize_soap_body(const sdlSoapBindingFunctionBodyPtr body, const HashTable *tmp_… in sdl_serialize_soap_body() 2469 static void make_persistent_sdl_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *ptr_map) in make_persistent_sdl_soap_body() 3444 static void delete_sdl_soap_binding_function_body(sdlSoapBindingFunctionBody body, bool persistent) in delete_sdl_soap_binding_function_body()
|
H A D | soap.c | 3164 xmlNodePtr trav,env,head,body,func; in deserialize_function_call() local 3446 static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, const char *function_… in serialize_response_call2() 3551 xmlNodePtr envelope = NULL, body, param; in serialize_response_call() local 3924 xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; in serialize_function_call() local
|
/php-src/ext/standard/ |
H A D | php_fopen_wrapper.c | 65 php_stream *body; member
|
H A D | md5.c | 186 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body() function
|
/php-src/ext/dom/lexbor/lexbor/html/interfaces/ |
H A D | document.h | 63 lxb_html_body_element_t *body; member
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 115 body, enumerator
|
/php-src/main/ |
H A D | fastcgi.c | 151 fcgi_begin_request body; member 165 fcgi_end_request body; member
|
/php-src/Zend/ |
H A D | zend_ast.c | 1860 zend_ast *body = decl->child[2]; in zend_ast_export_ex() local 2413 zend_ast *body = hook->child[2]; in zend_ast_export_ex() local
|
H A D | zend_compile.c | 7540 zend_ast *body = hook->child[2]; in zend_property_is_virtual() local
|
/php-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/ |
H A D | in_body.c | 215 lxb_dom_element_t *body; in lxb_html_tree_insertion_mode_in_body_body() local
|
/php-src/ext/tidy/ |
H A D | tidy.stub.php | 973 public function body(): ?tidyNode {} function in tidy
|
/php-src/ext/dom/ |
H A D | php_dom.stub.php | 2029 public ?HTMLElement $body; variable in Dom\\Document
|
Completed in 98 milliseconds