Searched refs:status_line (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/sapi/tux/ |
H A D | php_tux.c | 108 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 D | php_apache.c | 482 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 D | mod_php5.c | 237 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 D | php_functions.c | 118 ADD_STRING(status_line); in PHP_FUNCTION()
|
/PHP-5.3/sapi/apache_hooks/ |
H A D | php_apache.c | 394 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 D | README | 89 status_line
|
/PHP-5.3/sapi/apache2handler/ |
H A D | php_functions.c | 138 ADD_STRING(status_line); in PHP_FUNCTION()
|
H A D | sapi_apache2.c | 164 ctx->r->status_line = apr_pstrdup(ctx->r->pool, sline + 9); in php_apache_sapi_send_headers()
|
Completed in 38 milliseconds