Home
last modified time | relevance | path

Searched refs:fetchnext (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_db.h42 fetchnext((s), __arraycount(t), (t), __VA_ARGS__)
60 int fetchnext(struct fetchstatus *, unsigned int, const Oid *, ...);
H A Dpgfs_db.c606 fetchnext(struct fetchstatus *s, unsigned int n, const Oid *types, ...) in fetchnext() function