Lines Matching refs:strcmp

4911 		if (!strcmp(PQgetvalue(pg_result,i,4), "t")) {
4917 if (!strcmp(PQgetvalue(pg_result,i,5), "t")) {
4924 if (!strcmp(PQgetvalue(pg_result,i,7), "t")) {
4985 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
4988 if (!strcmp(type_name, "oid"))
4991 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
4993 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
4995 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
4998 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5000 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5002 if (!strcmp(type_name, "numeric"))
5004 if (!strcmp(type_name, "money"))
5007 if (!strcmp(type_name, "text"))
5009 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5011 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5014 if (!strcmp(type_name, "abstime"))
5016 if (!strcmp(type_name, "reltime"))
5018 if (!strcmp(type_name, "tinterval"))
5020 if (!strcmp(type_name, "date"))
5022 if (!strcmp(type_name, "time"))
5024 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5026 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
5028 if (!strcmp(type_name, "timestamp with time zone") || !strcmp(type_name, "timestamptz"))
5030 if (!strcmp(type_name, "interval"))
5033 if (!strcmp(type_name, "bytea"))
5036 if (!strcmp(type_name, "cidr"))
5038 if (!strcmp(type_name, "inet"))
5040 if (!strcmp(type_name, "macaddr"))
5043 if (!strcmp(type_name, "bit"))
5045 if (!strcmp(type_name, "bit varying"))
5048 if (!strcmp(type_name, "line"))
5050 if (!strcmp(type_name, "lseg"))
5052 if (!strcmp(type_name, "box"))
5054 if (!strcmp(type_name, "path"))
5056 if (!strcmp(type_name, "point"))
5058 if (!strcmp(type_name, "polygon"))
5060 if (!strcmp(type_name, "circle"))
5133 if (!err && Z_TYPE_P(new_val) == IS_STRING && !strcmp(Z_STRVAL_P(new_val), "NULL")) { \
5241 if (!strcmp(Z_STRVAL_PP(val), "t") || !strcmp(Z_STRVAL_PP(val), "T") ||
5242 !strcmp(Z_STRVAL_PP(val), "y") || !strcmp(Z_STRVAL_PP(val), "Y") ||
5243 !strcmp(Z_STRVAL_PP(val), "true") || !strcmp(Z_STRVAL_PP(val), "True") ||
5244 !strcmp(Z_STRVAL_PP(val), "yes") || !strcmp(Z_STRVAL_PP(val), "Yes") ||
5245 !strcmp(Z_STRVAL_PP(val), "1")) {
5248 else if (!strcmp(Z_STRVAL_PP(val), "f") || !strcmp(Z_STRVAL_PP(val), "F") ||
5249 !strcmp(Z_STRVAL_PP(val), "n") || !strcmp(Z_STRVAL_PP(val), "N") ||
5250 !strcmp(Z_STRVAL_PP(val), "false") || !strcmp(Z_STRVAL_PP(val), "False") ||
5251 !strcmp(Z_STRVAL_PP(val), "no") || !strcmp(Z_STRVAL_PP(val), "No") ||
5252 !strcmp(Z_STRVAL_PP(val), "0")) {
6013 if (where_cond && Z_TYPE_PP(val) == IS_STRING && !strcmp(Z_STRVAL_PP(val), "NULL")) {