Lines Matching refs:strcmp

5156 		if (!strcmp(PQgetvalue(pg_result,i,4), "t")) {
5162 if (!strcmp(PQgetvalue(pg_result,i,5), "t")) {
5169 if (!strcmp(PQgetvalue(pg_result,i,7), "t")) {
5231 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5234 if (!strcmp(type_name, "oid"))
5237 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5239 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5241 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5244 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5246 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5248 if (!strcmp(type_name, "numeric"))
5250 if (!strcmp(type_name, "money"))
5253 if (!strcmp(type_name, "text"))
5255 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5257 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5260 if (!strcmp(type_name, "abstime"))
5262 if (!strcmp(type_name, "reltime"))
5264 if (!strcmp(type_name, "tinterval"))
5266 if (!strcmp(type_name, "date"))
5268 if (!strcmp(type_name, "time"))
5270 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5272 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
5274 if (!strcmp(type_name, "timestamp with time zone") || !strcmp(type_name, "timestamptz"))
5276 if (!strcmp(type_name, "interval"))
5279 if (!strcmp(type_name, "bytea"))
5282 if (!strcmp(type_name, "cidr"))
5284 if (!strcmp(type_name, "inet"))
5286 if (!strcmp(type_name, "macaddr"))
5289 if (!strcmp(type_name, "bit"))
5291 if (!strcmp(type_name, "bit varying"))
5294 if (!strcmp(type_name, "line"))
5296 if (!strcmp(type_name, "lseg"))
5298 if (!strcmp(type_name, "box"))
5300 if (!strcmp(type_name, "path"))
5302 if (!strcmp(type_name, "point"))
5304 if (!strcmp(type_name, "polygon"))
5306 if (!strcmp(type_name, "circle"))
5390 if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \
5500 if (!strcmp(Z_STRVAL_PP(val), "t") || !strcmp(Z_STRVAL_PP(val), "T") ||
5501 !strcmp(Z_STRVAL_PP(val), "y") || !strcmp(Z_STRVAL_PP(val), "Y") ||
5502 !strcmp(Z_STRVAL_PP(val), "true") || !strcmp(Z_STRVAL_PP(val), "True") ||
5503 !strcmp(Z_STRVAL_PP(val), "yes") || !strcmp(Z_STRVAL_PP(val), "Yes") ||
5504 !strcmp(Z_STRVAL_PP(val), "1")) {
5507 else if (!strcmp(Z_STRVAL_PP(val), "f") || !strcmp(Z_STRVAL_PP(val), "F") ||
5508 !strcmp(Z_STRVAL_PP(val), "n") || !strcmp(Z_STRVAL_PP(val), "N") ||
5509 !strcmp(Z_STRVAL_PP(val), "false") || !strcmp(Z_STRVAL_PP(val), "False") ||
5510 !strcmp(Z_STRVAL_PP(val), "no") || !strcmp(Z_STRVAL_PP(val), "No") ||
5511 !strcmp(Z_STRVAL_PP(val), "0")) {
6314 if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) {