Home
last modified time | relevance | path

Searched refs:fetchfunc (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/graphics/Coin/coin-Coin-4.0.0/src/nodes/
H A DSoWWWAnchor.cpp136 static SoWWWAnchorCB * fetchfunc; member in SoWWWAnchorP
142 SoWWWAnchorP::fetchfunc = NULL; in atexit_cleanup()
150 SoWWWAnchorCB * SoWWWAnchorP::fetchfunc = NULL; member in SoWWWAnchorP
231 SoWWWAnchorP::fetchfunc) { in handleEvent()
244 SoWWWAnchorP::fetchfunc(s, SoWWWAnchorP::fetchdata, this); in handleEvent()
261 SoWWWAnchorP::fetchfunc = f; in setFetchURLCallBack()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dsh2idle.c48 #define delayCheck(PC) SH2idleCheckIterate(context, ((fetchfunc *)context->fetchlist)[((PC) >> 20) …
478 …context->instruction = ((fetchfunc *)context->fetchlist)[(context->regs.PC >> 20) & 0x0FF](context… in SH2idleCheck()
524 …context->instruction = ((fetchfunc *)context->fetchlist)[((loopEnd+2) >> 20) & 0x0FF](context, loo… in SH2idleCheck()
535 context->instruction = ((fetchfunc *)context->fetchlist)[(PC1 >> 20) & 0x0FF](context, PC1); in SH2idleCheck()
544 context->instruction = ((fetchfunc *)context->fetchlist)[(PC2 >> 20) & 0x0FF](context, PC2); in SH2idleCheck()
556 …if ( !SH2idleCheckIterate(context,((fetchfunc *)context->fetchlist)[((loopEnd+2) >> 20) & 0x0FF](c… in SH2idleCheck()
561 context->instruction = ((fetchfunc *)context->fetchlist)[(PC3 >> 20) & 0x0FF](context, PC3); in SH2idleCheck()
565 context->instruction = ((fetchfunc *)context->fetchlist)[(PC2 >> 20) & 0x0FF](context, PC2); in SH2idleCheck()
602 context->instruction = ((fetchfunc *)context->fetchlist)[(PC >> 20) & 0x0FF](context, PC); in SH2idleParse()
/dports/mail/courier/courier-0.65.3/imap/
H A Dfetch.c335 fetchfunc= &all; in fetchitem()
345 fetchfunc= &body; in fetchitem()
355 fetchfunc= &body; in fetchitem()
362 fetchfunc= &envelope; in fetchitem()
367 fetchfunc= &fast; in fetchitem()
372 fetchfunc= &full; in fetchitem()
376 fetchfunc= &doflags; in fetchitem()
385 fetchfunc= &rfc822; in fetchitem()
395 fetchfunc= &rfc822size; in fetchitem()
400 fetchfunc= &rfc822text; in fetchitem()
[all …]
/dports/mail/courier-imap/courier-imap-5.1.4/libs/imap/
H A Dfetch.c355 fetchfunc= &all; in fetchitem()
365 fetchfunc= &body; in fetchitem()
377 fetchfunc= &body; in fetchitem()
387 fetchfunc= &envelope; in fetchitem()
392 fetchfunc= &fast; in fetchitem()
397 fetchfunc= &full; in fetchitem()
401 fetchfunc= &doflags; in fetchitem()
410 fetchfunc= &rfc822; in fetchitem()
422 fetchfunc= &rfc822size; in fetchitem()
428 fetchfunc= &rfc822text; in fetchitem()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/ector/software/
H A Dector_software_rasterizer.c255 src_fetch fetchfunc = NULL; in _blend_gradient() local
261 if (sd->type == LinearGradient) fetchfunc = &fetch_linear_gradient; in _blend_gradient()
262 if (sd->type == RadialGradient) fetchfunc = &fetch_radial_gradient; in _blend_gradient()
264 if (!fetchfunc || !sd->raster_buffer->pixels.u32) return; in _blend_gradient()
279 fetchfunc(buffer, sd, spans->y, spans->x, l); in _blend_gradient()
292 src_fetch fetchfunc = NULL; in _blend_gradient_alpha() local
301 if (!fetchfunc) return; in _blend_gradient_alpha()
320 fetchfunc(gbuffer, sd, spans->y, spans->x, l); in _blend_gradient_alpha()
342 src_fetch fetchfunc = NULL; in _blend_gradient_alpha_inv() local
351 if (!fetchfunc) return; in _blend_gradient_alpha_inv()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc,
132 value = fetchfunc(stats, range_no, &isnull);
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/utils/adt/
H A Drangetypes_typanalyze.c36 AnalyzeAttrFetchFunc fetchfunc, int samplerows, double totalrows);
96 compute_range_stats(VacAttrStats *stats, AnalyzeAttrFetchFunc fetchfunc, in compute_range_stats() argument
132 value = fetchfunc(stats, range_no, &isnull); in compute_range_stats()

12345678910