Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_soap.h87 } soap_functions; member
H A Dsoap.c449 soap_functions,
1225 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1416 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1456 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1467 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1469 efree(service->soap_functions.ft); in PHP_METHOD()
1470 service->soap_functions.ft = NULL; in PHP_METHOD()
1472 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1782 function_table = service->soap_functions.ft;
4816 if (service->soap_functions.ft) {
[all …]

Completed in 18 milliseconds