Home
last modified time | relevance | path

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

/PHP-5.5/sapi/nsapi/
H A Dnsapi.c96 Request *rq; member
336 Request *rq; in PHP_FUNCTION() local
387 if (rq->status_num != 200) { in PHP_FUNCTION()
389 request_free(rq); in PHP_FUNCTION()
393 request_free(rq); in PHP_FUNCTION()
415 entry=rc->rq->headers->ht[i]; in PHP_FUNCTION()
439 entry=rc->rq->srvhdrs->ht[i]; in PHP_FUNCTION()
675 entry=rc->rq->headers->ht[i]; in sapi_nsapi_register_server_variables()
1004 protocol_status(sn, rq, 500, NULL); in php5_execute()
1016 request_context->rq = rq; in php5_execute()
[all …]
/PHP-5.5/
H A Dserver-tests.php1122 $rq = array();
1128 settings2array(preg_split( "/[\n\r]+/", $sect), $rq);
1130 return $rq;

Completed in 12 milliseconds