Home
last modified time | relevance | path

Searched refs:fullLen (Results 1 – 25 of 146) sorted by relevance

123456

/dports/www/mod_webkit/w4py-1.2.3/WebKit/Adapters/common/
H A Denviron.c15 int fullLen; in splitEnviron() local
19 fullLen = strlen(envstr); in splitEnviron()
22 while (index < fullLen) { in splitEnviron()
28 item->val = calloc(sizeof(char), fullLen-index); in splitEnviron()
31 memcpy(item->val, envstr+index+1, fullLen - index); in splitEnviron()
/dports/devel/poco/poco-1.10.1-all/Util/src/
H A DHelpFormatter.cpp128 auto fullLen = opt.fullName().length(); in calcIndent() local
135 if (fullLen > 0) n += 2; in calcIndent()
137 if (fullLen > 0) in calcIndent()
139 n += fullLen + longPrefix().length(); in calcIndent()
174 int fullLen = (int) option.fullName().length(); in formatOption() local
188 if (fullLen > 0) { ostr << ", "; n += 2; } in formatOption()
190 if (fullLen > 0) in formatOption()
/dports/lang/nim/nim-1.6.2/tests/manyloc/keineschweine/lib/
H A Dclient_helpers.nim16 fullLen: int
67 let progress = currentFileTransfer.pos / currentFileTransfer.fullLen
69 downloadProgress.setString($currentFileTransfer.pos & '/' & $currentFileTransfer.fullLen)
90 currentFileTransfer.data, currentFileTransfer.fullLen)
138 currentFileTransfer.fullLen = challenge.fullLen.int
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/access/spgist/
H A Dspgtextproc.c553 int fullLen; in spg_text_leaf_consistent() local
569 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
577 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
579 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
604 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
606 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
613 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
617 if (queryLen > fullLen) in spg_text_leaf_consistent()
619 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/spgist/
H A Dspgtextproc.c562 int fullLen; in spg_text_leaf_consistent() local
579 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
587 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
589 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
614 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
616 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
623 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
627 if (queryLen > fullLen) in spg_text_leaf_consistent()
629 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
650 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
652 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
659 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
663 if (queryLen > fullLen) in spg_text_leaf_consistent()
665 else if (queryLen < fullLen) in spg_text_leaf_consistent()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/access/spgist/
H A Dspgtextproc.c580 int fullLen; in spg_text_leaf_consistent() local
597 fullLen = level + VARSIZE_ANY_EXHDR(leafValue); in spg_text_leaf_consistent()
605 text *fullText = palloc(VARHDRSZ + fullLen); in spg_text_leaf_consistent()
607 SET_VARSIZE(fullText, VARHDRSZ + fullLen); in spg_text_leaf_consistent()
649 Assert(pg_verifymbstr(fullValue, fullLen, false)); in spg_text_leaf_consistent()
651 r = varstr_cmp(fullValue, fullLen, in spg_text_leaf_consistent()
658 r = memcmp(fullValue, VARDATA_ANY(query), Min(queryLen, fullLen)); in spg_text_leaf_consistent()
662 if (queryLen > fullLen) in spg_text_leaf_consistent()
664 else if (queryLen < fullLen) in spg_text_leaf_consistent()

123456