Searched refs:LEN (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dinflate.h40 LEN_, /* i: same as LEN below, but only first time in */
41 LEN, /* i: waiting for length/lit/eob code */ enumerator in enum:__anon116
71 LEN_ -> LEN
73 LEN -> LENEXT or LIT or TYPE
74 LENEXT -> DIST -> DISTEXT -> MATCH -> LEN
75 LIT -> LEN
H A Dinfback.c312 state->mode = LEN; /* decode codes */
479 state->mode = LEN;
481 case LEN:
519 state->mode = LEN;
H A Dinflate.c1020 state->mode = LEN;
1021 case LEN:
1144 if (state->length == 0) state->mode = LEN;
1166 if (state->length == 0) state->mode = LEN;
1172 state->mode = LEN;
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c104 /* Run data callback FOR with LEN bytes, returning ER if it fails */
105 #define CALLBACK_DATA_(FOR, LEN, ER) \
113 settings->on_##FOR(parser, FOR##_mark, (LEN)))) { \

Completed in 232 milliseconds