Home
last modified time | relevance | path

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

/PHP-7.1/ext/soap/
H A Dphp_soap.h87 } soap_functions; member
H A Dsoap.c456 soap_functions,
1236 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
1427 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1467 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1478 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1480 efree(service->soap_functions.ft); in PHP_METHOD()
1481 service->soap_functions.ft = NULL; in PHP_METHOD()
1483 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1793 function_table = service->soap_functions.ft;
4836 if (service->soap_functions.ft) {
[all …]

Completed in 20 milliseconds