OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025