Lines Matching refs:strcmp

5173 		if (!strcmp(PQgetvalue(pg_result,i,4), "t")) {
5179 if (!strcmp(PQgetvalue(pg_result,i,5), "t")) {
5186 if (!strcmp(PQgetvalue(pg_result,i,7), "t")) {
5248 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5251 if (!strcmp(type_name, "oid"))
5254 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5256 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5258 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5261 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5263 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5265 if (!strcmp(type_name, "numeric"))
5267 if (!strcmp(type_name, "money"))
5270 if (!strcmp(type_name, "text"))
5272 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5274 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5277 if (!strcmp(type_name, "abstime"))
5279 if (!strcmp(type_name, "reltime"))
5281 if (!strcmp(type_name, "tinterval"))
5283 if (!strcmp(type_name, "date"))
5285 if (!strcmp(type_name, "time"))
5287 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5289 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
5291 if (!strcmp(type_name, "timestamp with time zone") || !strcmp(type_name, "timestamptz"))
5293 if (!strcmp(type_name, "interval"))
5296 if (!strcmp(type_name, "bytea"))
5299 if (!strcmp(type_name, "cidr"))
5301 if (!strcmp(type_name, "inet"))
5303 if (!strcmp(type_name, "macaddr"))
5306 if (!strcmp(type_name, "bit"))
5308 if (!strcmp(type_name, "bit varying"))
5311 if (!strcmp(type_name, "line"))
5313 if (!strcmp(type_name, "lseg"))
5315 if (!strcmp(type_name, "box"))
5317 if (!strcmp(type_name, "path"))
5319 if (!strcmp(type_name, "point"))
5321 if (!strcmp(type_name, "polygon"))
5323 if (!strcmp(type_name, "circle"))
5404 if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \
5514 if (!strcmp(Z_STRVAL_PP(val), "t") || !strcmp(Z_STRVAL_PP(val), "T") ||
5515 !strcmp(Z_STRVAL_PP(val), "y") || !strcmp(Z_STRVAL_PP(val), "Y") ||
5516 !strcmp(Z_STRVAL_PP(val), "true") || !strcmp(Z_STRVAL_PP(val), "True") ||
5517 !strcmp(Z_STRVAL_PP(val), "yes") || !strcmp(Z_STRVAL_PP(val), "Yes") ||
5518 !strcmp(Z_STRVAL_PP(val), "1")) {
5521 else if (!strcmp(Z_STRVAL_PP(val), "f") || !strcmp(Z_STRVAL_PP(val), "F") ||
5522 !strcmp(Z_STRVAL_PP(val), "n") || !strcmp(Z_STRVAL_PP(val), "N") ||
5523 !strcmp(Z_STRVAL_PP(val), "false") || !strcmp(Z_STRVAL_PP(val), "False") ||
5524 !strcmp(Z_STRVAL_PP(val), "no") || !strcmp(Z_STRVAL_PP(val), "No") ||
5525 !strcmp(Z_STRVAL_PP(val), "0")) {
6333 if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) {