Home
last modified time | relevance | path

Searched refs:pg_encoding_to_char (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/pgsql/
H A Dphp_pgsql.h52 const char * pg_encoding_to_char(int encoding);
H A Dconfig.m466 …AC_CHECK_LIB(pq, pg_encoding_to_char,AC_DEFINE(HAVE_PGSQL_WITH_MULTIBYTE_SUPPORT,1,[Whether libpq …
H A Dpgsql.c276 #define pg_encoding_to_char(x) "SQL_ASCII" macro
2966 RETURN_STRING((char *) pg_encoding_to_char(PQclientEncoding(pgsql))); in PHP_FUNCTION()

Completed in 24 milliseconds