Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_soap.h89 } soap_functions; member
H A Dsoap.c457 soap_functions,
1232 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1436 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1483 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1495 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1497 efree(service->soap_functions.ft); in PHP_METHOD()
1498 service->soap_functions.ft = NULL; in PHP_METHOD()
1500 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1794 function_table = service->soap_functions.ft;
4910 if (service->soap_functions.ft) {
[all …]

Completed in 17 milliseconds