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

  /src/share/examples/puffs/pgfs/
pgfs_subs.c 226 error = simplefetch(xc, INT4OID, &ret);
255 error = simplefetch(xc, INT4OID, &ret);
278 error = simplefetch(xc, BYTEA, buf, &resultsize);
302 error = simplefetch(xc, INT4OID, &resultsize);
332 return simplefetch(xc, INT4OID, fdp);
355 error = simplefetch(xc, INT4OID, &ret);
686 return simplefetch(xc, INT8OID, idp);
783 error = simplefetch(xc, OIDOID, &loid);
810 error = simplefetch(xc, TEXTOID, &type);
831 error = simplefetch(xc, INT4OID, &ret)
    [all...]
pgfs_db.h 49 int simplefetch(struct Xconn *, Oid, ...);
pgfs_db.c 641 simplefetch(struct Xconn *xc, Oid type, ...) function in typeref:typename:int
987 error = simplefetch(xc, INT8OID, &dummy);

Completed in 12 milliseconds