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

/forgerock/web-agents-v4/zlib/
H A Dgzlib.c256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
383 if (whence != SEEK_SET && whence != SEEK_CUR)
386 /* normalize offset to a SEEK_CUR specification */
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);
H A Dioapi.c168 fseek_origin = SEEK_CUR;
191 fseek_origin = SEEK_CUR;
H A Dzconf.h474 # define SEEK_CUR 1 /* Seek from current position. */ macro
H A Dzip.c83 #ifndef SEEK_CUR
84 #define SEEK_CUR 1 macro

Completed in 49 milliseconds