mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
style fix
This commit is contained in:
parent
fb958946b5
commit
eb21763fa1
@ -22,10 +22,10 @@ typedef pcre ngx_regex_t;
|
||||
|
||||
void ngx_regex_init(void);
|
||||
ngx_regex_t *ngx_regex_compile(ngx_str_t *pattern, ngx_int_t options,
|
||||
ngx_pool_t *pool, ngx_str_t *err);
|
||||
ngx_pool_t *pool, ngx_str_t *err);
|
||||
ngx_int_t ngx_regex_capture_count(ngx_regex_t *re);
|
||||
ngx_int_t ngx_regex_exec(ngx_regex_t *re, ngx_str_t *s,
|
||||
int *captures, ngx_int_t size);
|
||||
ngx_int_t ngx_regex_exec(ngx_regex_t *re, ngx_str_t *s, int *captures,
|
||||
ngx_int_t size);
|
||||
|
||||
#define ngx_regex_exec_n "pcre_exec()"
|
||||
#define ngx_regex_capture_count_n "pcre_fullinfo()"
|
||||
|
Loading…
Reference in New Issue
Block a user