Home
last modified time | relevance | path

Searched refs:PQconnectdb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexport-to-postgresql.py241 PQconnectdb = libpq.PQconnectdb variable
242 PQconnectdb.restype = c_void_p
243 PQconnectdb.argtypes = [ c_char_p ]
752 conn = PQconnectdb(toclientstr("dbname = " + dbname))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A Dfreeradius-avoid-searching-host-dirs.patch171 FR_SMART_CHECK_LIB(pq, PQconnectdb)