Searched refs:PHP_HTTP_UNLOCK (Results 1 – 2 of 2) sorted by relevance
94 , PHP_HTTP_UNLOCK enumerator
594 case 'U': parser->method = PHP_HTTP_UNLOCK; /* or UNSUBSCRIBE */ break; in php_http_parser_execute()643 } else if (index == 2 && parser->method == PHP_HTTP_UNLOCK && ch == 'S') { in php_http_parser_execute()
Completed in 7 milliseconds