Home
last modified time | relevance | path

Searched refs:nb (Results 1 – 22 of 22) sorted by relevance

/PHP-7.3/ext/fileinfo/libmagic/
H A Dapptype.c46 size_t nb) in file_os2_apptype() argument
72 if (fwrite(buf, 1, nb, fp) != nb) { in file_os2_apptype()
H A Dfuncs.c175 size_t nb) in file_buffer() argument
186 buffer_init(&b, fd, buf, nb); in file_buffer()
188 if (nb == 0) { in file_buffer()
192 } else if (nb == 1) { in file_buffer()
267 nb > 5 && fd != -1) { in file_buffer()
H A Dmagic.c300 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer() argument
310 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { in magic_buffer()
H A Dcdf.c1132 const char *nb, *eb = b + ss * sst->sst_len; in cdf_unpack_catalog() local
1177 nb = CAST(const char *, CAST(const void *, in cdf_unpack_catalog()
1179 if (nb > eb) { in cdf_unpack_catalog()
/PHP-7.3/Zend/tests/
H A Dbug79934.phpt26 string(10) "a\r\n\r\nb"
27 string(6) "a\n\nb"
29 string(10) "a\r\n\r\nb"
H A Dflexible-heredoc-complex-test1.phpt8 ${"b\nb\n d"} = 'b';
H A Dflexible-heredoc-complex-test2.phpt8 ${"b\nb\n d"} = 'b';
/PHP-7.3/ext/mbstring/tests/
H A Dmb_split_empty_match.phpt12 var_dump(mb_split('^', "a\nb\nc"));
H A Dmb_split.phpt28 == mb_split( "[[:space:]]", "a\nb\tc\nd e f g" ) );
/PHP-7.3/ext/intl/tests/
H A Dbug65732.phpt11 var_dump(grapheme_strrpos("a\r\nb", 'b'));
/PHP-7.3/ext/standard/tests/strings/
H A Ddirname_multi.phpt10 /* Prototype: string dirname ( string $path [, int nb]);
H A Ddirname_multi_win.phpt10 /* Prototype: string dirname ( string $path [, int nb]);
/PHP-7.3/ext/fileinfo/tests/
H A Dbug61964-mb.phpt32 file_put_contents($dir . "/test2.txt", "a\nb\n");
H A Dbug61964.phpt32 file_put_contents($dir . "/test2.txt", "a\nb\n");
H A Dmagic18152 # .nb files
H A Dmagic私はガラスを食べられます18152 # .nb files
/PHP-7.3/ext/ftp/
H A Dftp.h75 int nb; /* "nonblocking" transfer in progress */ member
H A Dftp.c139 ftp->nb = 0; in ftp_open()
395 ftp->nb = 0; in ftp_reinit()
2138 ftp->nb = 1; in ftp_nb_get()
2202 ftp->nb = 0; in ftp_nb_continue_read()
2205 ftp->nb = 0; in ftp_nb_continue_read()
2254 ftp->nb = 1; in ftp_nb_put()
2308 ftp->nb = 0; in ftp_nb_continue_write()
2312 ftp->nb = 0; in ftp_nb_continue_write()
H A Dphp_ftp.c1099 if (!ftp->nb) { in PHP_FUNCTION()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c5134 size_t nb = 0; in php_mb_safe_strrchr_ex() local
5137 if (nb == 0) { in php_mb_safe_strrchr_ex()
5141 nb = php_mb_mbchar_bytes_ex(p, enc); in php_mb_safe_strrchr_ex()
5142 if (nb == 0) { in php_mb_safe_strrchr_ex()
5146 --nb; in php_mb_safe_strrchr_ex()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2949 - const void *buf, size_t nb)
2951 + size_t nb)
2962 buffer_init(&b, fd, buf, nb);
2964 if (nb == 0) {
3656 - if (file_buffer(ms, -1, NULL, buf, nb) == -1) {
3657 + if (file_buffer(ms, NULL, NULL, buf, nb) == -1) {
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c141830 int nb = 1+(pWInfo->pTabList->nSrc+3)/4;
141833 Bitmask mAll = (((Bitmask)1)<<(nb*4)) - 1;
141835 p->iTab, nb, p->maskSelf, nb, p->prereq & mAll);

Completed in 573 milliseconds