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

/forgerock/openam/openam-notifications-integration/src/test/java/org/forgerock/openam/notifications/brokers/
H A DMockTimeService.java39 public long since(long past) { argument
/forgerock/web-agents-v4/zlib/
H A Dgzguts.h180 int past; /* true if read requested past end */ member in struct:__anon115
H A Dgzlib.c81 state->past = 0; /* have not read past end yet */
401 state->past = 0;
524 return state->mode == GZ_READ ? state->past : 0;
564 state->past = 0;
H A Dgzread.c339 state->past = 1; /* tried to read past end */
456 state->past = 0;
478 state->past = 0;
520 state->past = 1; /* read past end */

Completed in 47 milliseconds