Home
last modified time | relevance | path

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

/PHP-5.3/sapi/tux/
H A Dphp_tux.c108 char *status_line; in sapi_tux_send_headers() local
116 status_line = malloc(30); in sapi_tux_send_headers()
119 len = slprintf(status_line, 30, "HTTP/1.1 %d NA\r\n", SG(sapi_headers).http_response_code); in sapi_tux_send_headers()
121 vec[0].iov_base = status_line; in sapi_tux_send_headers()
/PHP-5.3/sapi/apache/
H A Dphp_apache.c482 if (rr->status_line) { in PHP_FUNCTION()
483 add_property_string(return_value,"status_line", (char *)rr->status_line, 1); in PHP_FUNCTION()
H A Dmod_php5.c237 r->status_line = ap_pstrndup(r->pool, sline + 9, MAX_STATUS_LENGTH); in sapi_apache_send_headers()
239 r->status_line = ap_pstrndup(r->pool, sline + 9, sline_len - 9); in sapi_apache_send_headers()
/PHP-5.3/sapi/apache2filter/
H A Dphp_functions.c118 ADD_STRING(status_line); in PHP_FUNCTION()
/PHP-5.3/sapi/apache_hooks/
H A Dphp_apache.c394 apache_request_string_slot(offsetof(request_rec, status_line), INTERNAL_FUNCTION_PARAM_PASSTHRU); in PHP_FUNCTION()
1305 PHP_FALIAS(status_line, apache_request_status_line, NULL)
1856 if (rr->status_line) { in PHP_FUNCTION()
1857 add_property_string(return_value,"status_line", (char *)rr->status_line, 1); in PHP_FUNCTION()
H A DREADME89 status_line
/PHP-5.3/sapi/apache2handler/
H A Dphp_functions.c138 ADD_STRING(status_line); in PHP_FUNCTION()
H A Dsapi_apache2.c164 ctx->r->status_line = apr_pstrdup(ctx->r->pool, sline + 9); in php_apache_sapi_send_headers()

Completed in 38 milliseconds