Searched defs:actor (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/xmlrpc/libxmlrpc/ |
H A D | xml_to_soap.c | 218 const char* actor, const char* details) { in gen_soap_fault() 249 const char* type = NULL, *arrayType=NULL, *actor = NULL; in xml_element_to_SOAP_REQUEST_worker() local
|
/PHP-7.3/ext/soap/ |
H A D | php_soap.h | 100 char *actor; member
|
H A D | soap.c | 818 zval *data = NULL, *actor = NULL; in PHP_METHOD() local 1977 char *code, *string, *actor=NULL, *name=NULL; local 2084 static void soap_server_fault(char* code, char* string, char *actor, zval* details, char* name) /* … 3401 static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, char* actor, zval *f…
|
Completed in 18 milliseconds