HomeSort by: relevance | last modified time | path
    Searched refs:FETCHNEXT (Results 1 - 4 of 4) 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_subs.c 378 error = FETCHNEXT(&s, types, idp);
499 error = FETCHNEXT(&s, types, &type, &mode, &uid, &gid, &nlink,
524 error = FETCHNEXT(&s, types, &type, &mode, &uid, &gid, &nlink,
651 error = FETCHNEXT(&s, types, parent);
913 error = FETCHNEXT(&s, types, &parent_fileid);
pgfs_puffs.c 213 error = FETCHNEXT(&s, types, &nametofree, &cookie, &nextcookie,
342 error = FETCHNEXT(&s, types, &child_fileid);
1203 error = FETCHNEXT(&s, types, &nfiles);
1213 error = FETCHNEXT(&s, types, &bytes);
1223 error = FETCHNEXT(&s, types, &lo_bytes);
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 115 milliseconds