Lines Matching refs:actor
54 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, z…
61 static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, const char* actor, c…
941 service->actor = estrndup(Z_STRVAL_P(tmp), Z_STRLEN_P(tmp)); in PHP_METHOD()
1430 …function = deserialize_function_call(service->sdl, doc_request, service->actor, soap_action, &func… in PHP_METHOD()
1719 char *code, *string, *actor=NULL; in PHP_METHOD() local
1727 &code, &code_len, &string, &string_len, &actor, &actor_len, &details, in PHP_METHOD()
1737 soap_server_fault(code, string, actor, details, name); in PHP_METHOD()
1833 static ZEND_NORETURN void soap_server_fault(char* code, char* string, char *actor, zval* details, z… in soap_server_fault() argument
1838 set_soap_fault(&ret, NULL, code, string, actor, details, name); in soap_server_fault()
3161 static sdlFunctionPtr deserialize_function_call(sdlPtr sdl, xmlDocPtr request, const char* actor, c… in deserialize_function_call() argument
3317 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { in deserialize_function_call()
3330 (actor == NULL || strcmp((char*)attr->children->content,actor) != 0)) { in deserialize_function_call()
4590 if (service->actor) { in delete_service()
4591 efree(service->actor); in delete_service()