Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c582 static void sapi_update_response_code(int ncode TSRMLS_DC) in sapi_update_response_code() function
690 sapi_update_response_code((int)(zend_intptr_t) arg TSRMLS_CC); in sapi_header_op()
768 sapi_update_response_code(sapi_extract_response_code(header_line) TSRMLS_CC); in sapi_header_op()
823 sapi_update_response_code(http_response_code TSRMLS_CC); in sapi_header_op()
828 sapi_update_response_code(303 TSRMLS_CC); in sapi_header_op()
830 sapi_update_response_code(302 TSRMLS_CC); in sapi_header_op()
834 sapi_update_response_code(401 TSRMLS_CC); /* authentication-required */ in sapi_header_op()
842 sapi_update_response_code(http_response_code TSRMLS_CC); in sapi_header_op()

Completed in 8 milliseconds