Home
last modified time | relevance | path

Searched refs:blen (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/main/
H A Drfc1867.c798 size_t blen = 0, wlen = 0; local
1014 blen = multipart_buffer_read(mbuff, buff, sizeof(buff), &end);
1016 if (blen > 0) {
1030 while (!cancel_upload && (blen > 0))
1038 event_file_data.length = blen;
1039 event_file_data.newlength = &blen;
1056 } else if (blen > 0) {
1058 wlen = write(fd, buff, (unsigned int)blen);
1060 wlen = write(fd, buff, blen);
1069 } else if (wlen < blen) {
[all …]
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregerror.c362 int blen; local
366 blen = onigenc_str_bytelen_null(ONIG_ENCODING_ASCII, bs);
368 while (blen-- > 0) *s++ = *bp++;
/PHP-7.1/ext/phar/phar/
H A Dpharcommand.inc880 $blen = strlen($base);
885 array($blen, $dir)
903 $blen = $args[0];
905 $sub = substr($pn, $blen);

Completed in 13 milliseconds