Home
last modified time | relevance | path

Searched refs:bestqual (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/netpbm/netpbm-10.91.01/man/
H A Dwinicontoppm.116 [\fB-allicons\fP|\fB-bestqual\fP]
71 If you specify neither this nor \fB-bestqual\fP, \fBwinicontoppm\fP
75 \fB-bestqual\fP
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/
H A Dwinicontoppm.c46 unsigned int bestqual; member
81 &cmdlineP->bestqual, 0 ); in parseCommandLine()
912 if (cmdline.bestqual && cmdline.allicons) in main()
939 if (cmdline.bestqual) { in main()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dresults.c2230 const char *bestqual = GET_NAME(ti->bestqual); in tupleExists() local
3047 const char *bestqual = GET_NAME(ti->bestqual); in positioned_load() local
3110 else if (bestqual) in positioned_load()
3120 if (bestqual && oidint) in positioned_load()
4090 const char *bestqual = GET_NAME(ti->bestqual); in SC_pos_update() local
4096 if (bestqual) in SC_pos_update()
4099 appendPQExpBuffer(&updstr, bestqual, oid); in SC_pos_update()
4206 const char *bestqual; in SC_pos_delete() local
4236 bestqual = GET_NAME(ti->bestqual); in SC_pos_delete()
4261 if (bestqual && !TI_has_subclass(ti)) in SC_pos_delete()
[all …]
H A Ddescriptor.h41 pgNAME bestqual; member
H A Dparse.c413 STRX_TO_NAME(ti->bestqual, "\"" TABLEOID_NAME "\" = %u"); in CheckPgClassInfo()
426 STRX_TO_NAME(ti->bestqual, "\"" OID_NAME "\" = %u"); in CheckPgClassInfo()
448 STRX_TO_NAME(ti->bestqual, query); in CheckPgClassInfo()
464 else if (NAME_IS_NULL(ti->bestqual)) in CheckPgClassInfo()
471 …_key_fields=%d\n", TI_has_subclass(ti), TI_has_oids(ti), PRINT_NAME(ti->bestqual), keyFound, stmt-… in CheckPgClassInfo()
H A Ddescriptor.c56 NULL_THE_NAME(ti[i]->bestqual); in TI_Destructor()