Home
last modified time | relevance | path

Searched refs:delim_len (Results 1 – 25 of 202) sorted by relevance

123456789

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DBinaryLogParser.pm50 delim_len => 0,
87 my ($delim, $delim_len) = ($self->{delim}, $self->{delim_len});
115 $self->{delim_len} = $delim_len = length $del;
125 $self->{delim_len} = $delim_len = 0;
215 my $delim_len = ($pos == length($stmt) ? $delim_len : 0);
216 my $arg = substr($stmt, $pos - length($line) - $delim_len);
227 $self->{delim_len} = $delim_len = length $del;
235 $self->{delim_len} = $delim_len = 0;
/dports/net-mgmt/nagios4/nagios-4.4.6/lib/
H A Dtest-iocache.c11 static int test_delimiter(const char *delim, unsigned int delim_len) in test_delimiter() argument
32 memcpy(ioc->ioc_buf + ioc->ioc_buflen, delim, delim_len); in test_delimiter()
33 ioc->ioc_buflen += delim_len; in test_delimiter()
40 ptr = iocache_use_delim(ioc, delim, delim_len, &len); in test_delimiter()
46 test(len == sc[i].len, "len check, string %d, delim_len %d", i, delim_len); in test_delimiter()
47 test(!memcmp(ptr, sc[i].str, len), "memcmp() check, string %d, delim_len %d", i, delim_len); in test_delimiter()
50 delim_len, i, len, sc[i].len); in test_delimiter()
H A Diocache.c133 char *iocache_use_delim(iocache *ioc, const char *delim, size_t delim_len, unsigned long *size) in iocache_use_delim() argument
150 while (remains >= delim_len) { in iocache_use_delim()
152 ptr = memchr(buf, *delim, remains - (delim_len - 1)); in iocache_use_delim()
156 if (delim_len == 1 || !memcmp(ptr, delim, delim_len)) { in iocache_use_delim()
163 return iocache_use_size(ioc, delim_len + *size); in iocache_use_delim()
/dports/devel/libthai/libthai-0.1.28/src/thwbrk/
H A Dthwbrk.c97 int delim_len; in th_brk_wc_insert_breaks() local
109 delim_len = wcslen (delim); in th_brk_wc_insert_breaks()
115 if (out_sz > delim_len + 1) { in th_brk_wc_insert_breaks()
117 p_out += delim_len; in th_brk_wc_insert_breaks()
118 out_sz -= delim_len; in th_brk_wc_insert_breaks()
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-readtokens.c60 size_t delim_len; in main() local
76 delim_len = strlen (delim); in main()
81 delim_len = 1; in main()
86 size_t token_length = readtoken (stdin, delim, delim_len, &tb); in main()
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-readtokens.c60 size_t delim_len; in main() local
76 delim_len = strlen (delim); in main()
81 delim_len = 1; in main()
86 size_t token_length = readtoken (stdin, delim, delim_len, &tb); in main()
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-readtokens.c60 size_t delim_len; in main() local
76 delim_len = strlen (delim); in main()
81 delim_len = 1; in main()
86 size_t token_length = readtoken (stdin, delim, delim_len, &tb); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-readtokens.c60 size_t delim_len; in main() local
76 delim_len = strlen (delim); in main()
81 delim_len = 1; in main()
86 size_t token_length = readtoken (stdin, delim, delim_len, &tb); in main()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dlbuild.c14 ftnlen items_len, ftnlen delim_len, ftnlen list_len) in lbuild_() argument
202 dlen = i_len(delim, delim_len); in lbuild_()
210 delim_len); in lbuild_()
219 suffix_(delim, &c__0, list, delim_len, list_len); in lbuild_()
H A Dzzftpstr.c17 delim_len) in zzftpstr_() argument
465 s_copy(delim, locdlm, delim_len, (ftnlen)1); in zzftpstr_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dlbuild.c14 ftnlen items_len, ftnlen delim_len, ftnlen list_len) in lbuild_() argument
202 dlen = i_len(delim, delim_len); in lbuild_()
210 delim_len); in lbuild_()
219 suffix_(delim, &c__0, list, delim_len, list_len); in lbuild_()
H A Dzzftpstr.c17 delim_len) in zzftpstr_() argument
465 s_copy(delim, locdlm, delim_len, (ftnlen)1); in zzftpstr_()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_append/
H A Dcommand.h46 len += delim_len; \
48 len -= delim_len; \
61 memcpy(buf_p, delim, delim_len); \
62 buf_p += delim_len; \
/dports/devel/libthai/libthai-0.1.28/src/thbrk/
H A Dthbrk.c130 int delim_len; in th_brk_insert_breaks() local
142 delim_len = strlen (delim); in th_brk_insert_breaks()
148 if (out_sz > delim_len + 1) { in th_brk_insert_breaks()
150 p_out += delim_len; in th_brk_insert_breaks()
151 out_sz -= delim_len; in th_brk_insert_breaks()
/dports/textproc/tttcmds/tttcmds-1.0.20190920/src/bin/retu_assign_htmlselect/
H A Dcommand.h49 value_len += strlen(GYO_BUFFER[R_ARGV[j]]) + delim_len; \
58 len += delim_len; \
64 len += delim_len; \
67 *(sel2->value + len - delim_len) = '\0'; \
/dports/devel/libunistring/libunistring-0.9.10/tests/unistr/
H A Dtest-u-strtok.h55 size_t delim_len = 6 * SIZEOF (u_delim); in test_u_strtok() local
56 UNIT *delim = (UNIT *) malloc (delim_len); in test_u_strtok()
73 int ret = U_UCTOMB (ptr, u_delim[i], delim_len - (ptr - delim)); in test_u_strtok()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/unistr/
H A Dtest-u-strtok.h55 size_t delim_len = 6 * SIZEOF (u_delim); in test_u_strtok() local
56 UNIT *delim = (UNIT *) malloc (delim_len); in test_u_strtok()
73 int ret = U_UCTOMB (ptr, u_delim[i], delim_len - (ptr - delim)); in test_u_strtok()
/dports/devel/folly/folly-2021.12.27.00/folly/gen/
H A DString-inl.h76 size_t delim_len = 1; in splitPrefix() local
80 delim_len = kLenCRLF; in splitPrefix()
82 in.advance(delim_len); in splitPrefix()
85 return delim_len; in splitPrefix()
282 while (size_t delim_len = splitPrefix(rest, prefix, this->delimiter_)) { in apply() local
283 prefix.subtract(delim_len); // Remove the delimiter in apply()
/dports/misc/tellico/tellico-3.4.2/src/3rdparty/btparse/
H A Dnames.c105 int delim_len; in bt_split_list() local
120 delim_len = strlen (delim); in bt_split_list()
121 maxdiv = (string_len / delim_len) + 1; in bt_split_list()
122 maxoffs = string_len - delim_len + 1; in bt_split_list()
152 if (j == delim_len && string[i] == ' ') in bt_split_list()
155 stop[numdiv] = i - delim_len - 1; in bt_split_list()
/dports/textproc/libtre/tre-0.8.0/src/
H A Dagrep.c175 static int delim_len; /* Length of delimiter before record. */ variable
276 delim_len = next_delim_len; in tre_agrep_get_next_record()
429 record -= delim_len; in tre_agrep_handle_file()
430 record_len += delim_len; in tre_agrep_handle_file()
431 pmatch[0].rm_so += delim_len; in tre_agrep_handle_file()
432 pmatch[0].rm_eo += delim_len; in tre_agrep_handle_file()
/dports/textproc/btparse/btparse-0.35/src/
H A Dnames.c105 int delim_len; in bt_split_list() local
120 delim_len = strlen (delim); in bt_split_list()
121 maxdiv = (string_len / delim_len) + 1; in bt_split_list()
122 maxoffs = string_len - delim_len + 1; in bt_split_list()
152 if (j == delim_len && string[i] == ' ') in bt_split_list()
155 stop[numdiv] = i - delim_len - 1; in bt_split_list()
/dports/sysutils/scalpel/scalpel-2.0/tre-0.7.5-win32/src/
H A Dagrep.c176 static int delim_len; /* Length of delimiter before record. */ variable
277 delim_len = next_delim_len; in tre_agrep_get_next_record()
430 record -= delim_len; in tre_agrep_handle_file()
431 record_len += delim_len; in tre_agrep_handle_file()
432 pmatch[0].rm_so += delim_len; in tre_agrep_handle_file()
433 pmatch[0].rm_eo += delim_len; in tre_agrep_handle_file()
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/btparse/src/
H A Dnames.c109 int delim_len; in bt_split_list() local
129 delim_len = strlen (delim); in bt_split_list()
130 maxdiv = (string_len / delim_len) + 1; in bt_split_list()
165 if (j == delim_len && string[i] == ' ') in bt_split_list()
168 stop[numdiv] = i - delim_len - 1; in bt_split_list()
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/id3-0.5.3/src/stream/frame/
H A Dcontent.rs8 delim_len, string_from_latin1, string_from_utf16, string_from_utf16be, string_to_latin1,
68 delim_len: u8, field
80 for _ in 0..$params.delim_len {
97 delim_len: 1,
103 delim_len: 1,
108 delim_len: 2,
113 delim_len: 2,
187 delim_len: 1, in synchronised_lyrics_to_bytes()
194 delim_len: 2, in synchronised_lyrics_to_bytes()
377 Ok((delim, delim + delim_len(encoding))) in find_delim()
[all …]
/dports/www/perlbal/Perlbal-1.80/lib/Perlbal/
H A DSocket.pm258 my $delim_len = 4;
263 $delim_len = 2;
288 my $extra = substr($self->{headers_string}, $idx+$delim_len);

123456789