Home
last modified time | relevance | path

Searched refs:FunctionCall2 (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/executor/
H A DexecGrouping.c116 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
183 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/executor/
H A DexecGrouping.c100 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesMatch()
167 if (!DatumGetBool(FunctionCall2(&eqfunctions[i], in execTuplesUnequal()
/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dchunk_adaptive.c161 if (nulls[0] || DatumGetInt32(FunctionCall2(&tce->cmp_proc_finfo, value, minmax[0])) < 0) in minmax_heapscan()
168 if (nulls[1] || DatumGetInt32(FunctionCall2(&tce->cmp_proc_finfo, value, minmax[1])) > 0) in minmax_heapscan()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dnetwork_selfuncs.c721 if (DatumGetBool(FunctionCall2(&proc, in inet_mcv_join_sel()
839 if (DatumGetBool(FunctionCall2(proc, in inet_semi_join_sel()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dnetwork_selfuncs.c721 if (DatumGetBool(FunctionCall2(&proc, in inet_mcv_join_sel()
839 if (DatumGetBool(FunctionCall2(proc, in inet_semi_join_sel()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dnetwork_selfuncs.c721 if (DatumGetBool(FunctionCall2(&proc, in inet_mcv_join_sel()
839 if (DatumGetBool(FunctionCall2(proc, in inet_semi_join_sel()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dnetwork_selfuncs.c686 if (DatumGetBool(FunctionCall2(&proc, in inet_mcv_join_sel()
804 if (DatumGetBool(FunctionCall2(proc, in inet_semi_join_sel()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/tsearch/
H A Dts_parse.c372 prsdata = (void *) DatumGetPointer(FunctionCall2(&prsobj->prsstart, in parsetext()
548 prsdata = (void *) DatumGetPointer(FunctionCall2(&(prsobj->prsstart), in hlparsetext()

12345678910>>...12