HomeSort by: relevance | last modified time | path
    Searched refs:fetchnext (Results 1 - 2 of 2) sorted by relevancy

  /src/share/examples/puffs/pgfs/
pgfs_db.h 41 #define FETCHNEXT(s, t, ...) \
42 fetchnext((s), __arraycount(t), (t), __VA_ARGS__)
60 int fetchnext(struct fetchstatus *, unsigned int, const Oid *, ...);
pgfs_db.c 606 fetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, ...) function in typeref:typename:int
925 error = FETCHNEXT(&s, types, &pid);

Completed in 11 milliseconds