Home
last modified time | relevance | path

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

/PHP-7.4/sapi/cli/
H A Dphp_http_parser.h95 , PHP_HTTP_UNLOCK enumerator
H A Dphp_http_parser.c527 case 'U': parser->method = PHP_HTTP_UNLOCK; /* or UNSUBSCRIBE */ break; in php_http_parser_execute()
577 } else if (index == 2 && parser->method == PHP_HTTP_UNLOCK && ch == 'S') { in php_http_parser_execute()

Completed in 9 milliseconds