Searched refs:LOOK (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/libutil/ |
| H A D | property.c | 80 enum { LOOK, COMMENT, NAME, VALUE, MVALUE, COMMIT, FILL, STOP } state, last_state; in properties_read() enumerator 85 state = last_state = LOOK; in properties_read() 116 case LOOK: in properties_read() 140 state = LOOK; in properties_read() 219 state = LOOK; in properties_read()
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzread.c | 220 state->how = LOOK; 239 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */ 242 if (state->how == LOOK) 341 else if (state->how == LOOK || n < (state->size << 1)) { 622 if (state->mode == GZ_READ && state->how == LOOK && state->x.have == 0)
|
| H A D | gzguts.h | 165 #define LOOK 0 /* look for a gzip header */ macro
|
| H A D | gzlib.c | 85 state->how = LOOK; /* look for gzip header */
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzread.c | 229 state.state->how = LOOK; 248 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */ 251 if (state.state->how == LOOK) 350 else if (state.state->how == LOOK || n < (state.state->size << 1)) { 643 if (state.state->mode == GZ_READ && state.state->how == LOOK && state.state->x.have == 0)
|
| H A D | gzguts.h | 172 #define LOOK 0 /* look for a gzip header */ macro
|
| H A D | gzlib.c | 85 state.state->how = LOOK; /* look for gzip header */
|