Home
last modified time | relevance | path

Searched refs:soap_functions (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_soap.h89 } soap_functions; member
H A Dsoap.c455 soap_functions,
1209 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1413 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1460 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1472 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1474 efree(service->soap_functions.ft); in PHP_METHOD()
1475 service->soap_functions.ft = NULL; in PHP_METHOD()
1477 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1774 function_table = service->soap_functions.ft;
4890 if (service->soap_functions.ft) {
[all …]

Completed in 29 milliseconds