Home
last modified time | relevance | path

Searched refs:StopMiddle (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/dports/textproc/openfts/Search-OpenFTS-0.40/OpenFTS/Morph/
H A Dspell.c210 node=StopMiddle->node; in FindWord()
214 StopLow = StopMiddle + 1; in FindWord()
216 StopHigh = StopMiddle; in FindWord()
665 if ( StopMiddle->naff ) in FinfAffixes()
666 return StopMiddle; in FinfAffixes()
667 node=StopMiddle->node; in FinfAffixes()
670 StopLow = StopMiddle + 1; in FinfAffixes()
672 StopHigh = StopMiddle; in FinfAffixes()
894 StopHigh = StopMiddle; in SplitToVariants()
944 if ( StopMiddle->isword && StopMiddle->compoundallow && notprobed[level] ) { in SplitToVariants()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/utils/adt/
H A Djsonpath_scan.l343 *StopMiddle;
350 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
352 if (StopMiddle->len == scanstring.len)
353 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
356 diff = StopMiddle->len - scanstring.len;
359 StopLow = StopMiddle + 1;
361 StopHigh = StopMiddle;
364 if (StopMiddle->lowercase)
365 diff = strncmp(StopMiddle->keyword, scanstring.val,
369 res = StopMiddle->val;
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/adt/
H A Djsonpath_scan.l342 *StopMiddle;
349 StopMiddle = StopLow + ((StopHigh - StopLow) >> 1);
351 if (StopMiddle->len == scanstring.len)
352 diff = pg_strncasecmp(StopMiddle->keyword, scanstring.val,
355 diff = StopMiddle->len - scanstring.len;
358 StopLow = StopMiddle + 1;
360 StopHigh = StopMiddle;
363 if (StopMiddle->lowercase)
364 diff = strncmp(StopMiddle->keyword, scanstring.val,
368 res = StopMiddle->val;
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c606 *StopMiddle; in FindWord() local
642 node = StopMiddle->node; in FindWord()
647 StopLow = StopMiddle + 1; in FindWord()
649 StopHigh = StopMiddle; in FindWord()
2041 *StopMiddle; in FindAffixes() local
2063 if (StopMiddle->naff) in FindAffixes()
2064 return StopMiddle; in FindAffixes()
2071 StopHigh = StopMiddle; in FindAffixes()
2388 *StopMiddle = NULL; in SplitToVariants() local
2472 StopHigh = StopMiddle; in SplitToVariants()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c606 *StopMiddle; in FindWord() local
642 node = StopMiddle->node; in FindWord()
647 StopLow = StopMiddle + 1; in FindWord()
649 StopHigh = StopMiddle; in FindWord()
2041 *StopMiddle; in FindAffixes() local
2063 if (StopMiddle->naff) in FindAffixes()
2064 return StopMiddle; in FindAffixes()
2071 StopHigh = StopMiddle; in FindAffixes()
2388 *StopMiddle = NULL; in SplitToVariants() local
2472 StopHigh = StopMiddle; in SplitToVariants()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/tsearch/
H A Dspell.c606 *StopMiddle; in FindWord() local
642 node = StopMiddle->node; in FindWord()
647 StopLow = StopMiddle + 1; in FindWord()
649 StopHigh = StopMiddle; in FindWord()
2041 *StopMiddle; in FindAffixes() local
2063 if (StopMiddle->naff) in FindAffixes()
2064 return StopMiddle; in FindAffixes()
2071 StopHigh = StopMiddle; in FindAffixes()
2388 *StopMiddle = NULL; in SplitToVariants() local
2472 StopHigh = StopMiddle; in SplitToVariants()
[all …]

12345678910>>...16