Home
last modified time | relevance | path

Searched refs:pg_isblank (Results 1 – 25 of 136) sorted by relevance

123456

/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/auth/
H A Dpool_hba.c65 static bool pg_isblank(const char c);
1004 static bool pg_isblank(const char c) in pg_isblank() function
1088 while ((c = getc(fp)) != EOF && (pg_isblank(c) || c == ',')) in next_token()
1102 (!pg_isblank(c) || in_quote == true)) in next_token()
1132 if ((pg_isblank(c) || c == ',') && !in_quote) in next_token()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-server/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/
H A Dhba.h107 extern bool pg_isblank(const char c);
/dports/databases/R-cran-RPostgreSQL/RPostgreSQL/src/libpq/libpq/
H A Dhba.h107 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-client/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/include/libpq/
H A Dhba.h109 extern bool pg_isblank(const char c);
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/include/libpq/
H A Dhba.h121 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-client/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-client/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-contrib/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-plpython/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-plperl/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-docs/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-contrib/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-plperl/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-docs/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-plpython/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/postgresql10-server/postgresql-10.19/src/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/include/libpq/
H A Dhba.h129 extern bool pg_isblank(const char c);
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/include/libpq/
H A Dhba.h127 extern bool pg_isblank(const char c);

123456