Lines Matching refs:soap_code_map
363 static const struct soap_code_map html_entity_codes[] = /* entities for XHTML parsing */
466 static const struct soap_code_map h_error_codes[] =
490 static const struct soap_code_map h_http_error_codes[] =
535 static const struct soap_code_map h_ssl_error_codes[] =
550 static const struct soap_code_map mime_codes[] =
1312 const struct soap_code_map*
1314 soap_code(const struct soap_code_map *code_map, const char *str) in soap_code()
1331 soap_code_int(const struct soap_code_map *code_map, const char *str, long other) in soap_code_int()
1348 soap_code_str(const struct soap_code_map *code_map, long code) in soap_code_str()
1362 soap_code_bits(const struct soap_code_map *code_map, const char *str) in soap_code_bits()
1366 { const struct soap_code_map *p; in soap_code_bits()
1390 soap_code_list(struct soap *soap, const struct soap_code_map *code_map, long code) in soap_code_list()