Searched refs:result_code_to_str (Results 1 – 4 of 4) sorted by relevance
80 char *result_code_to_str(int);
33 result_code_to_str(int code) in result_code_to_str() function
1314 (xmlChar *)result_code_to_str((ret != 0) ? in handle_partial_success()1331 (xmlChar *)result_code_to_str(ret)); in handle_partial_success()1381 (xmlChar *)result_code_to_str(all_failed ? ret : in handle_partial_failure()1398 (xmlChar *)result_code_to_str((ret != 0) ? ret : 0)); in handle_partial_failure()
1178 (xmlChar *)result_code_to_str(code)) == NULL) { in build_result_message()