| /PHP_5_5/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 41 <soap:body use="$use" namespace="http://test-uri/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
|
| /PHP_5_5/ext/standard/tests/mail/ |
| H A D | mail_include.inc | 122 $body[1] = $part1; 123 $body[2] = $part2; 124 $body[3] = $part3; 125 $body[4] = $part4; 127 $msg = imap_mail_compose($envelope, $body);
|
| /PHP_5_5/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_to_soap.c | 587 xml_element* body = xml_elem_new(); local 602 if (body) { 610 Q_PushTail(&body->children, el_serialized); 639 add method call/response to body element */ 655 Q_PushTail(&body->children, rpc); 663 body->name = strdup("SOAP-ENV:Body"); 664 Q_PushTail(&root->children, body);
|
| /PHP_5_5/ext/imap/tests/ |
| H A D | imap_include.inc | 168 $body[1] = $part1; 169 $body[2] = $part2; 170 $body[3] = $part3; 171 $body[4] = $part4; 173 $msg = imap_mail_compose($envelope, $body);
|
| /PHP_5_5/ext/imap/ |
| H A D | php_imap.c | 78 static void _php_imap_add_body(zval *arg, BODY *body TSRMLS_DC); 425 ZEND_ARG_INFO(0, body) 1677 Read the message body */ 1684 char *body; local 1711 body = mail_fetchtext_full (imap_le_struct->imap_stream, msgno, &body_len, (argc == 3 ? flags : NIL)); 1715 RETVAL_STRINGL(body, body_len, 1); 2285 BODY *body; local 2315 mail_fetchstructure_full(imap_le_struct->imap_stream, msgno, &body , (argc == 3 ? flags : NIL)); 2317 if (!body) { 2318 php_error_docref(NULL TSRMLS_CC, E_WARNING, "No body informatio 2333 char *body, *sec; local 2373 char *body, *sec; local 3278 BODY *body; local 3474 zval *envelope, *body; local [all...] |
| H A D | php_imap.h | 57 #define CONTENT_MSG_BODY nested.msg->body 64 #define CONTENT_MSG_BODY contents.msg.body
|
| /PHP_5_5/ext/readline/ |
| H A D | readline_cli.c | 122 body, enumerator in enum:__anon178 210 php_code_type code_type = body; 302 code_type = body; 314 code_type = body; 323 code_type = body; 328 code_type = body; 352 code_type = body; 354 code_type = body; 363 code_type = body;
|
| /PHP_5_5/ext/soap/ |
| H A D | php_packet_soap.c | 29 xmlNodePtr trav, env, head, body, resp, cur, fault; local 114 body = NULL; 119 body = trav; 125 if (body == NULL) { 130 attr = body->properties; 180 fault = get_node_ex(body->children,"Fault",envelope_ns); 251 resp = body->children;
|
| H A D | php_sdl.c | 563 xmlNodePtr body, trav; local 568 if (node_is_equal_ex(trav, "body", wsdl_soap_namespace)) { 569 body = trav; 571 tmp = get_attribute(body->properties, "use"); 578 tmp = get_attribute(body->properties, "namespace"); 583 tmp = get_attribute(body->properties, "parts"); 625 tmp = get_attribute(body->properties, "encodingStyle"); 1451 static void sdl_deserialize_soap_body(sdlSoapBindingFunctionBodyPtr body, encodePtr *encoders, sdlTypePtr *types, char **in) argument 1455 WSDL_CACHE_GET_1(body->use, sdlEncodingUse, in); 1456 if (body 2055 sdl_serialize_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *tmp_encoders, HashTable *tmp_types, smart_str *out) argument 2495 make_persistent_sdl_soap_body(sdlSoapBindingFunctionBodyPtr body, HashTable *ptr_map) argument 3508 delete_sdl_soap_binding_function_body(sdlSoapBindingFunctionBody body) argument 3519 delete_sdl_soap_binding_function_body_persistent(sdlSoapBindingFunctionBody body) argument [all...] |
| H A D | soap.c | 3413 xmlNodePtr trav,env,head,body,func; local 3470 body = NULL; 3475 body = trav; 3481 if (body == NULL) { 3484 attr = body->properties; 3505 trav = body->children; 3514 break; /* FIXME: the rest of body is ignored */ 3672 static int serialize_response_call2(xmlNodePtr body, sdlFunctionPtr function, char *function_name, char *uri, zval *ret, int version, int main TSRMLS_DC) argument 3686 ns = encode_add_ns(body, fnb->output.ns); 3688 method = xmlNewChild(body, n 3778 xmlNodePtr envelope = NULL, body, param; local 4132 xmlNodePtr envelope = NULL, body, method = NULL, head = NULL; local [all...] |
| /PHP_5_5/ext/standard/ |
| H A D | md5.c | 187 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) function 329 body(ctx, ctx->buffer, 64); 333 data = body(ctx, data, size & ~(size_t)0x3f); 352 body(ctx, ctx->buffer, 64); 369 body(ctx, ctx->buffer, 64);
|
| H A D | http_fopen_wrapper.c | 98 int body = 0; local 713 while (!body && !php_stream_eof(stream)) { 752 /* create filter to decode response body */ 772 body = 1;
|
| /PHP_5_5/ext/tidy/ |
| H A D | tidy.c | 427 TIDY_METHOD_MAP(body, tidy_get_body, NULL)
|
| /PHP_5_5/sapi/cgi/ |
| H A D | fastcgi.c | 1314 rec->body.appStatusB3 = 0; 1315 rec->body.appStatusB2 = 0; 1316 rec->body.appStatusB1 = 0; 1317 rec->body.appStatusB0 = 0; 1318 rec->body.protocolStatus = FCGI_REQUEST_COMPLETE;
|
| H A D | fastcgi.h | 92 fcgi_begin_request body; member in struct:_fcgi_begin_request_rec 106 fcgi_end_request body; member in struct:_fcgi_end_request_rec
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fastcgi.c | 936 rec->body.appStatusB3 = 0; 937 rec->body.appStatusB2 = 0; 938 rec->body.appStatusB1 = 0; 939 rec->body.appStatusB0 = 0; 940 rec->body.protocolStatus = FCGI_REQUEST_COMPLETE;
|
| H A D | fastcgi.h | 75 fcgi_begin_request body; member in struct:_fcgi_begin_request_rec 89 fcgi_end_request body; member in struct:_fcgi_end_request_rec
|
| /PHP_5_5/sapi/milter/ |
| H A D | php_milter.c | 424 /* body block */ 563 mlfi_body, /* body filter callback */ 726 /* {{{ proto bool smfi_replacebody(string body) 727 Replaces the body of the current message. If called more than once, 728 subsequent calls result in data being appended to the new body. */ 731 char *body; local 737 } else if (zend_parse_parameters(1 TSRMLS_CC, "s", &body, &len) == SUCCESS) { 738 if (smfi_replacebody(MG(ctx), (u_char*)body, len) == MI_SUCCESS) { 820 ZEND_ARG_INFO(0, body)
|
| /PHP_5_5/sapi/webjames/ |
| H A D | webjames.c | 34 int bodyread; /*amount of POST body read*/ 90 if (WG(conn)->body==NULL) return 0; 92 memcpy(buffer, WG(conn)->body+WG(bodyread), count_bytes);
|
| /PHP_5_5/Zend/ |
| H A D | zend_compile.h | 631 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS_DC);
|
| H A D | zend_compile.c | 874 void zend_do_abstract_method(const znode *function_name, znode *modifiers, const znode *body TSRMLS_DC) /* {{{ */ 889 if (Z_LVAL(body->u.constant) == ZEND_ACC_ABSTRACT) { 896 /* we had code in the function body */ 897 zend_error(E_COMPILE_ERROR, "%s function %s::%s() cannot contain body", method_type, CG(active_class_entry)->name, function_name->u.constant.value.str.val); 900 if (body->u.constant.value.lval == ZEND_ACC_ABSTRACT) { 901 zend_error(E_COMPILE_ERROR, "Non-abstract method %s::%s() must contain body", CG(active_class_entry)->name, function_name->u.constant.value.str.val);
|