Searched refs:tok_count (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Dheader_token.c117 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...]
H A Dmime_state.c547 ssize_t tok_count; local
561 if ((tok_count = PARSE_CONTENT_TYPE_HEADER(state, &cp)) > 0) {
570 if (tok_count >= 3
588 if (tok_count >= 3
606 if (tok_count >= 3
625 while ((tok_count = PARSE_CONTENT_TYPE_HEADER(state, &cp)) >= 0) {
626 if (tok_count >= 3
H A Dtok822_parse.c435 int tok_count = 0; local
471 if (tok_count_limit > 0 && ++tok_count >= tok_count_limit)

Completed in 137 milliseconds