HomeSort by: relevance | last modified time | path
    Searched refs:tok_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
header_token.c 117 ssize_t tok_count; local
125 tok_count = 0;
136 while ((ch = *cp) != 0 && (user_terminator != 0 || tok_count < token_len)) {
176 if (tok_count < token_len) {
177 token[tok_count].u.offset = LEN(token_buffer);
178 token[tok_count].type = HEADER_TOK_QSTRING;
185 if (tok_count < token_len) {
200 if (tok_count < token_len)
203 if (tok_count < token_len) {
205 tok_count++
    [all...]
mime_state.c 560 ssize_t tok_count; local
574 if ((tok_count = PARSE_CONTENT_TYPE_HEADER(state, &cp)) > 0) {
583 if (tok_count >= 3
601 if (tok_count >= 3
621 if (tok_count >= 3
640 while ((tok_count = PARSE_CONTENT_TYPE_HEADER(state, &cp)) >= 0) {
641 if (tok_count >= 3
tok822_parse.c 435 int tok_count = 0; local
471 if (tok_count_limit > 0 && ++tok_count >= tok_count_limit)

Completed in 93 milliseconds