Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dsoap.c998 service->soap_functions.functions_all = FALSE; in PHP_METHOD()
999 service->soap_functions.ft = zend_new_array(0); in PHP_METHOD()
1166 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1205 if (service->soap_functions.ft == NULL) { in PHP_METHOD()
1220 if (service->soap_functions.ft != NULL) { in PHP_METHOD()
1222 efree(service->soap_functions.ft); in PHP_METHOD()
1223 service->soap_functions.ft = NULL; in PHP_METHOD()
1225 service->soap_functions.functions_all = TRUE; in PHP_METHOD()
1512 function_table = service->soap_functions.ft; in PHP_METHOD()
4572 if (service->soap_functions.ft) { in delete_service()
[all …]
H A Dphp_soap.h80 } soap_functions; member

Completed in 18 milliseconds