Searched refs:ncode (Results 1 – 2 of 2) sorted by relevance
572 static void sapi_update_response_code(int ncode) in sapi_update_response_code() argument576 if (SG(sapi_headers).http_response_code == ncode) { in sapi_update_response_code()584 SG(sapi_headers).http_response_code = ncode; in sapi_update_response_code()
397 OnigCodePoint ncode; in print_compiled_byte_code() local401 GET_CODE_POINT(ncode, codes); in print_compiled_byte_code()404 fprintf(f, ":%d:0x%x", ncode, code); in print_compiled_byte_code()410 OnigCodePoint ncode; in print_compiled_byte_code() local416 GET_CODE_POINT(ncode, codes); in print_compiled_byte_code()419 fprintf(f, ":%d:%u:%u", n, code, ncode); in print_compiled_byte_code()
Completed in 24 milliseconds