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

/ast/src/lib/libpz/
H A Dpzlib.h164 #define PZ_AGAIN 0x20000000 /* path arg is Pz_t */ macro
168 #define PZ_INTERNAL (PZ_HANDLE|PZ_UNKNOWN|PZ_MAINONLY|PZ_ROWONLY|PZ_AGAIN|PZ_POP|PZ_ERROR)
H A Dpzopen.c98 if (flags & PZ_AGAIN)
218 if (pz->disc->eventf && (*pz->disc->eventf)(pz, (flags & PZ_AGAIN) ? PZ_REOPEN : PZ_OPEN, NiL, 0, pz->disc) < 0)
H A Dpzhead.c331 return pzopen(pz->disc, (char*)pz, PZ_AGAIN) ? 1 : -1;

Completed in 18 milliseconds