Home
last modified time | relevance | path

Searched refs:consttype (Results 26 – 50 of 1240) sorted by relevance

12345678910>>...50

/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Dlike_support.c353 if (prefix->consttype != rdatatype) in byteanlike()
357 prefix->consttype = rdatatype; in byteanlike()
445 Oid consttype; in like_escape()
487 consttype = ((Const *) other)->consttype; in like_escape()
495 if (consttype != TEXTOID && consttype != BYTEAOID) in like_escape()
562 switch (prefix->consttype) in like_escape()
573 prefix->consttype); in like_escape()
941 Oid typeid = patt_const->consttype;
1046 Oid typeid = patt_const->consttype;
1197 prefixcon->consttype);
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Dlike_support.c384 if (prefix->consttype != rdatatype)
386 Assert(prefix->consttype == TEXTOID &&
388 prefix->consttype = rdatatype;
473 Oid consttype;
518 consttype = ((Const *) other)->consttype;
526 if (consttype != TEXTOID && consttype != BYTEAOID)
612 prefix->consttype = rdatatype;
972 Oid typeid = patt_const->consttype;
1077 Oid typeid = patt_const->consttype;
1223 prefixcon->consttype);
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dbld.c500 nc->consttype = FFEBLD_constCOMPLEX1; in ffebld_constant_new_complex1_val()
579 nc->consttype = FFEBLD_constCOMPLEX2; in ffebld_constant_new_complex2_val()
727 nc->consttype = FFEBLD_constINTEGER1; in ffebld_constant_new_integer1_val()
785 nc->consttype = FFEBLD_constINTEGER2; in ffebld_constant_new_integer2_val()
843 nc->consttype = FFEBLD_constINTEGER3; in ffebld_constant_new_integer3_val()
901 nc->consttype = FFEBLD_constINTEGER4; in ffebld_constant_new_integer4_val()
1034 nc->consttype = FFEBLD_constLOGICAL1; in ffebld_constant_new_logical1_val()
1284 nc->consttype = FFEBLD_constREAL1; in ffebld_constant_new_real1_val()
1360 nc->consttype = FFEBLD_constREAL2; in ffebld_constant_new_real2_val()
1523 nc->consttype = type; in ffebld_constant_new_typeless_val()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dbld.c500 nc->consttype = FFEBLD_constCOMPLEX1; in ffebld_constant_new_complex1_val()
579 nc->consttype = FFEBLD_constCOMPLEX2; in ffebld_constant_new_complex2_val()
727 nc->consttype = FFEBLD_constINTEGER1; in ffebld_constant_new_integer1_val()
785 nc->consttype = FFEBLD_constINTEGER2; in ffebld_constant_new_integer2_val()
843 nc->consttype = FFEBLD_constINTEGER3; in ffebld_constant_new_integer3_val()
901 nc->consttype = FFEBLD_constINTEGER4; in ffebld_constant_new_integer4_val()
1034 nc->consttype = FFEBLD_constLOGICAL1; in ffebld_constant_new_logical1_val()
1284 nc->consttype = FFEBLD_constREAL1; in ffebld_constant_new_real1_val()
1360 nc->consttype = FFEBLD_constREAL2; in ffebld_constant_new_real2_val()
1523 nc->consttype = type; in ffebld_constant_new_typeless_val()
[all …]
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dmakefuncs.c299 makeConst(Oid consttype, in makeConst() argument
309 cnst->consttype = consttype; in makeConst()
330 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
335 get_typlenbyval(consttype, &typLen, &typByVal);
336 return makeConst(consttype,
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dmakefuncs.c299 makeConst(Oid consttype, in makeConst() argument
309 cnst->consttype = consttype; in makeConst()
330 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
335 get_typlenbyval(consttype, &typLen, &typByVal);
336 return makeConst(consttype,
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/nodes/
H A Dmakefuncs.c296 makeConst(Oid consttype, in makeConst() argument
314 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
339 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
340 return makeConst(consttype, in makeNullConst()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dmakefuncs.c301 makeConst(Oid consttype, in makeConst() argument
311 cnst->consttype = consttype; in makeConst()
332 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
337 get_typlenbyval(consttype, &typLen, &typByVal);
338 return makeConst(consttype,
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dmakefuncs.c303 makeConst(Oid consttype, in makeConst() argument
313 cnst->consttype = consttype; in makeConst()
334 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
339 get_typlenbyval(consttype, &typLen, &typByVal);
340 return makeConst(consttype,
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dmakefuncs.c301 makeConst(Oid consttype, in makeConst() argument
311 cnst->consttype = consttype; in makeConst()
332 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
337 get_typlenbyval(consttype, &typLen, &typByVal);
338 return makeConst(consttype,
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dmakefuncs.c301 makeConst(Oid consttype, in makeConst() argument
311 cnst->consttype = consttype; in makeConst()
332 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid)
337 get_typlenbyval(consttype, &typLen, &typByVal);
338 return makeConst(consttype,
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/nodes/
H A Dmakefuncs.c298 makeConst(Oid consttype, in makeConst() argument
316 cnst->consttype = consttype; in makeConst()
336 makeNullConst(Oid consttype, int32 consttypmod, Oid constcollid) in makeNullConst() argument
341 get_typlenbyval(consttype, &typLen, &typByVal); in makeNullConst()
342 return makeConst(consttype, in makeNullConst()

12345678910>>...50