Lines Matching refs:type_name

5665 static php_pgsql_data_type php_pgsql_get_data_type(const char *type_name, size_t len)  argument
5671 if (!strcmp(type_name, "bool")|| !strcmp(type_name, "boolean"))
5674 if (!strcmp(type_name, "oid"))
5677 if (!strcmp(type_name, "int2") || !strcmp(type_name, "smallint"))
5679 if (!strcmp(type_name, "int4") || !strcmp(type_name, "integer"))
5681 if (!strcmp(type_name, "int8") || !strcmp(type_name, "bigint"))
5684 if (!strcmp(type_name, "float4") || !strcmp(type_name, "real"))
5686 if (!strcmp(type_name, "float8") || !strcmp(type_name, "double precision"))
5688 if (!strcmp(type_name, "numeric"))
5690 if (!strcmp(type_name, "money"))
5693 if (!strcmp(type_name, "text"))
5695 if (!strcmp(type_name, "bpchar") || !strcmp(type_name, "character"))
5697 if (!strcmp(type_name, "varchar") || !strcmp(type_name, "character varying"))
5700 if (!strcmp(type_name, "abstime"))
5702 if (!strcmp(type_name, "reltime"))
5704 if (!strcmp(type_name, "tinterval"))
5706 if (!strcmp(type_name, "date"))
5708 if (!strcmp(type_name, "time"))
5710 if (!strcmp(type_name, "time with time zone") || !strcmp(type_name, "timetz"))
5712 if (!strcmp(type_name, "timestamp without time zone") || !strcmp(type_name, "timestamp"))
5714 if (!strcmp(type_name, "timestamp with time zone") || !strcmp(type_name, "timestamptz"))
5716 if (!strcmp(type_name, "interval"))
5719 if (!strcmp(type_name, "bytea"))
5722 if (!strcmp(type_name, "cidr"))
5724 if (!strcmp(type_name, "inet"))
5726 if (!strcmp(type_name, "macaddr"))
5729 if (!strcmp(type_name, "bit"))
5731 if (!strcmp(type_name, "bit varying"))
5734 if (!strcmp(type_name, "line"))
5736 if (!strcmp(type_name, "lseg"))
5738 if (!strcmp(type_name, "box"))
5740 if (!strcmp(type_name, "path"))
5742 if (!strcmp(type_name, "point"))
5744 if (!strcmp(type_name, "polygon"))
5746 if (!strcmp(type_name, "circle"))