Home
last modified time | relevance | path

Searched refs:pqResultAlloc (Results 1 – 25 of 165) sorted by relevance

1234567

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/
H A Dfe-exec.c439 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
472 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
492 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
506 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
604 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
834 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
896 pqResultAlloc(res, in pqSaveMessageField()
1063 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1082 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue),
482 attval->value = (char *) pqResultAlloc(res, len + 1, true);
513 return pqResultAlloc(res, nBytes, true);
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary)
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false);
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false);
947 pqResultAlloc(res,
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true);
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary);
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/interfaces/libpq/
H A Dfe-exec.c449 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
482 attval->value = (char *) pqResultAlloc(res, len + 1, TRUE); in PQsetvalue()
513 return pqResultAlloc(res, nBytes, TRUE); in PQresultAlloc()
527 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
625 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, FALSE); in pqResultStrdup()
855 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, FALSE); in pqInternalNotice()
947 pqResultAlloc(res, in pqSaveMessageField()
1114 pqResultAlloc(res, nfields * sizeof(PGresAttValue), TRUE); in pqRowProcessor()
1133 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/libpq/
H A Dfe-exec.c457 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
490 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
521 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
535 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
649 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
905 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
999 pqResultAlloc(res, in pqSaveMessageField()
1166 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1185 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c456 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue),
489 attval->value = (char *) pqResultAlloc(res, len + 1, true);
520 return pqResultAlloc(res, nBytes, true);
534 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary)
648 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false);
904 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false);
998 pqResultAlloc(res,
1165 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true);
1184 val = (char *) pqResultAlloc(res, clen + 1, isbinary);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/interfaces/libpq/
H A Dfe-exec.c456 pqResultAlloc(res, res->numAttributes * sizeof(PGresAttValue), in PQsetvalue()
489 attval->value = (char *) pqResultAlloc(res, len + 1, true); in PQsetvalue()
520 return pqResultAlloc(res, nBytes, true); in PQresultAlloc()
534 pqResultAlloc(PGresult *res, size_t nBytes, bool isBinary) in pqResultAlloc() function
648 char *space = (char *) pqResultAlloc(res, strlen(str) + 1, false); in pqResultStrdup()
904 res->errMsg = (char *) pqResultAlloc(res, strlen(msgBuf) + 2, false); in pqInternalNotice()
998 pqResultAlloc(res, in pqSaveMessageField()
1165 pqResultAlloc(res, nfields * sizeof(PGresAttValue), true); in pqRowProcessor()
1184 val = (char *) pqResultAlloc(res, clen + 1, isbinary); in pqRowProcessor()

1234567