Searched refs:soap_type (Results 1 – 1 of 1) sorted by relevance
63 static inline int is_soap_type(const char* soap_type) { in is_soap_type() argument64 return(strstr(soap_type, "SOAP-ENC:") || strstr(soap_type, "xsd:")) ? 1 : 0; in is_soap_type()
Completed in 5 milliseconds