Searched refs:service (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_4/ext/soap/tests/schema/ |
| H A D | test_schema.inc | 45 <service name="testService"> 49 </service>
|
| /PHP_5_4/ext/soap/ |
| H A D | php_sdl.c | 433 } else if (node_is_equal(trav,"service")) { 437 soap_error1(E_ERROR, "Parsing WSDL: <service> '%s' already defined", name->children->content); 440 soap_error0(E_ERROR, "Parsing WSDL: <service> has no name attribute"); 755 xmlNodePtr *tmp, service; local 760 service = *tmp; 762 trav = service->children; 1167 soap_error0(E_ERROR, "Parsing WSDL: Couldn't bind to service");
|
| H A D | soap.c | 67 static void delete_service(void *service); 151 if (zend_hash_find(Z_OBJPROP_P(this_ptr),"service", sizeof("service"), (void **)&tmp) != FAILURE) { \ 152 ss = (soapServicePtr)zend_fetch_resource(tmp TSRMLS_CC, -1, "service", NULL, 1, le_service); \ 1096 soapServicePtr service; local 1113 service = emalloc(sizeof(soapService)); 1114 memset(service, 0, sizeof(soapService)); 1115 service->send_errors = 1; 1134 service->uri = estrndup(Z_STRVAL_PP(tmp), Z_STRLEN_PP(tmp)); 1141 service 1224 soapServicePtr service; local 1255 soapServicePtr service; local 1304 soapServicePtr service; local 1329 soapServicePtr service; local 1378 soapServicePtr service; local 1478 soapServicePtr service; local 1994 soapServicePtr service; local 2017 soapServicePtr service; local 2221 soapServicePtr service; local 4800 soapServicePtr service = (soapServicePtr)data; local [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | basic_functions.c | 800 ZEND_ARG_INFO(0, service) 5555 /* {{{ proto int getservbyname(string service, string protocol) 5556 Returns port associated with service. Protocol must be "tcp" or "udp" */ 5589 Returns service name associated with port. Protocol must be "tcp" or "udp" */
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_sockets.c | 42 static int fpm_sockets_resolve_af_inet(char *node, char *service, struct sockaddr_in *addr) /* {{{ */ argument 50 ret = getaddrinfo(node, service, &hints, &res); 54 node, service ? ":" : "", service ? service : "",
|
Completed in 19 milliseconds