Home
last modified time | relevance | path

Searched refs:tokens_found (Results 1 – 5 of 5) sorted by relevance

/dports/irc/ezbounce/ezbounce-1.99.15/src/
H A Dtextline.cc43 tokens_found(0), in textline()
62 return tokens_found; in tokenize()
75 current = &tokens[tokens_found]; in tokenize()
79 if (tokens_found == 0) { in tokenize()
83 char * last = tokens[tokens_found-1]; in tokenize()
112 current = &tokens[++tokens_found]; in tokenize()
120 if (tokens_found == max) { in tokenize()
125 return tokens_found; in tokenize()
145 if (tokens_found == max) { in tokenize()
149 return tokens_found; in tokenize()
[all …]
/dports/irc/ezbounce/ezbounce-1.99.15/include/
H A Dtextline.h26 mutable unsigned int tokens_found; variable
46 unsigned int num_found() const { return tokens_found; } in num_found()
55 if (n >= tokens_found) {
61 if (n >= tokens_found) {
99 if (n >= tokens_found) { in get_properties()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dstr.c521 size_t tokens_found, i; in cli_strtokenize() local
523 for (tokens_found = 0; tokens_found < token_count;) { in cli_strtokenize()
524 tokens[tokens_found++] = buffer; in cli_strtokenize()
529 i = tokens_found; in cli_strtokenize()
533 return tokens_found; in cli_strtokenize()
536 return tokens_found; in cli_strtokenize()
860 size_t tokens_found, i; in cli_ldbtokenize() local
863 for (tokens_found = 0; tokens_found < token_count;) { in cli_ldbtokenize()
878 i = tokens_found; in cli_ldbtokenize()
881 return tokens_found; in cli_ldbtokenize()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dstr.c521 size_t tokens_found, i; in cli_strtokenize() local
523 for (tokens_found = 0; tokens_found < token_count;) { in cli_strtokenize()
524 tokens[tokens_found++] = buffer; in cli_strtokenize()
529 i = tokens_found; in cli_strtokenize()
533 return tokens_found; in cli_strtokenize()
536 return tokens_found; in cli_strtokenize()
860 size_t tokens_found, i; in cli_ldbtokenize() local
863 for (tokens_found = 0; tokens_found < token_count;) { in cli_ldbtokenize()
878 i = tokens_found; in cli_ldbtokenize()
881 return tokens_found; in cli_ldbtokenize()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/parser/
H A Dparser_base.cpp384 size_t tokens_found = 0; in FindTokensInFile() local
399 tokens_found = result.size(); in FindTokensInFile()
404 return tokens_found; in FindTokensInFile()