Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A DSAPI.c489 static void sapi_update_response_code(int ncode TSRMLS_DC) in sapi_update_response_code() function
578 sapi_update_response_code((int)(zend_intptr_t) arg TSRMLS_CC); in sapi_header_op()
658 sapi_update_response_code(sapi_extract_response_code(header_line) TSRMLS_CC); in sapi_header_op()
705 sapi_update_response_code(http_response_code TSRMLS_CC); in sapi_header_op()
710 sapi_update_response_code(303 TSRMLS_CC); in sapi_header_op()
712 sapi_update_response_code(302 TSRMLS_CC); in sapi_header_op()
717 sapi_update_response_code(401 TSRMLS_CC); /* authentication-required */ in sapi_header_op()
792 sapi_update_response_code(http_response_code TSRMLS_CC); in sapi_header_op()

Completed in 6 milliseconds