Home
last modified time | relevance | path

Searched refs:ncode (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/main/
H A DSAPI.c572 static void sapi_update_response_code(int ncode) in sapi_update_response_code() argument
576 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()
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c397 OnigCodePoint ncode; in print_compiled_byte_code() local
401 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() local
416 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