Home
last modified time | relevance | path

Searched refs:cur_token_length (Results 1 – 25 of 79) sorted by relevance

1234

/dports/www/trafficserver/trafficserver-9.1.1/plugins/header_rewrite/
H A Dparser.cc40 size_t cur_token_length = 0; in parse_line() local
45 cur_token_length = i - cur_token_start; in parse_line()
46 if (cur_token_length > 0) { in parse_line()
62 cur_token_length = i - cur_token_start + 1; in parse_line()
63 _tokens.push_back(line.substr(cur_token_start, cur_token_length)); in parse_line()
80 cur_token_length = i - cur_token_start; in parse_line()
265 size_t cur_token_length = 0; in HRWSimpleTokenizer() local
274 cur_token_length = i - cur_token_start - 1; in HRWSimpleTokenizer()
275 if (cur_token_length > 0) { in HRWSimpleTokenizer()
287 cur_token_length = i - cur_token_start + 1; in HRWSimpleTokenizer()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length;
79 cur_token_length = 3;
82 cur_token_length = 5;
85 cur_token_length = 4;
96 lookahead_end = base_yytext + cur_token_length;
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql12-server/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length; in filtered_base_yylex() local
79 cur_token_length = 3; in filtered_base_yylex()
82 cur_token_length = 5; in filtered_base_yylex()
85 cur_token_length = 4; in filtered_base_yylex()
96 lookahead_end = base_yytext + cur_token_length; in filtered_base_yylex()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/interfaces/ecpg/preproc/
H A Dparser.c52 int cur_token_length;
79 cur_token_length = 3;
82 cur_token_length = 5;
85 cur_token_length = 4;
96 lookahead_end = base_yytext + cur_token_length;

1234