Searched refs:PGresult_t (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/lisp/modules/
H A Dpsql.c111 static int PGconn_t, PGresult_t; variable in typeref:typename:int
123 PGresult_t = LispRegisterOpaqueType("PGresult*");
213 if (!CHECKO(result, PGresult_t))
311 return (res ? OPAQUE(res, PGresult_t) : NIL);
351 if (!CHECKO(result, PGresult_t))
379 if (!CHECKO(result, PGresult_t))
404 if (!CHECKO(result, PGresult_t))
429 if (!CHECKO(result, PGresult_t))
457 if (!CHECKO(result, PGresult_t))
491 if (!CHECKO(result, PGresult_t))
[all...]

Completed in 2 milliseconds