Searched refs:PHP_HTTP_UNLOCK (Results 1 – 2 of 2) sorted by relevance
95 , PHP_HTTP_UNLOCK enumerator
527 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 8 milliseconds