Home
last modified time | relevance | path

Searched refs:ctype_length (Results 1 – 4 of 4) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpgtypes.h135 Int4 ctype_length(SQLSMALLINT ctype);
H A Dpgtypes.c2046 ctype_length(SQLSMALLINT ctype) in ctype_length() function
H A Dexecute.c1625 putlen = ctype_length(ctype); in PGAPI_PutData()
H A Dconvert.c4622 else if (ctypelen = ctype_length(apara->CType), ctypelen > 0) in ResolveOneParam()