Home
last modified time | relevance | path

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

12

/PHP-7.2/ext/fileinfo/libmagic/
H A Dfuncs.c175 size_t nb) in file_buffer() argument
187 if (nb == 0) { in file_buffer()
191 } else if (nb == 1) { in file_buffer()
203 m = file_os2_apptype(ms, inname, buf, nb); in file_buffer()
219 m = file_zmagic(ms, stream, inname, ubuf, nb); in file_buffer()
229 m = file_is_tar(ms, ubuf, nb); in file_buffer()
242 m = file_trycdf(ms, fd, ubuf, nb); in file_buffer()
254 m = file_softmagic(ms, ubuf, nb, NULL, NULL, BINTEST, in file_buffer()
261 nb > 5 && fd != -1) { in file_buffer()
271 m = file_tryelf(ms, fd, ubuf, nb); in file_buffer()
[all …]
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 Dmagic.c290 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) in magic_buffer() argument
300 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) { in magic_buffer()
H A Dcdf.c1154 const char *nb, *eb = b + ss * sst->sst_len; in cdf_unpack_catalog() local
1199 nb = CAST(const char *, CAST(const void *, in cdf_unpack_catalog()
1201 if (nb > eb) { in cdf_unpack_catalog()
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestinput968 a\nb
543 a\nb
545 a\r\nb
556 a\nb
558 a\r\nb
566 a\nb
578 a\nb
629 a\nb
637 a\nb
647 a\nb
[all …]
H A Dtestinput5178 a\nb
180 a\r\nb
191 a\nb
193 a\r\nb
201 a\nb
213 a\nb
267 a\nb
275 a\nb
285 a\nb
293 a\nb
[all …]
H A Dtestinput81900 a\nb
1961 a\nb
2336 a\nb
3772 a\nb
3775 a\nb
4147 a\nb
4159 a\nb
4170 a\nb
4180 a\nb
4192 a\nb
[all …]
H A Dtestoutput5655 a\nb
659 a\r\nb
679 a\nb
683 a\r\nb
697 a\nb
719 a\nb
839 a\nb
857 a\nb
879 a\nb
897 a\nb
[all …]
H A Dtestoutput82858 a\nb
2948 a\nb
3640 a\nb
5897 a\nb
5901 a\nb
6524 a\nb
6554 a\nb
6574 a\nb
6592 a\nb
6614 a\nb
[all …]
H A Dtestinput21968 a\nb
1986 a\nb
1997 a\nb
2007 a\nb
2019 a\nb
2033 a\nb
2075 a\nb
2279 a\nb
2284 a\nb
2323 a\nb
[all …]
H A Dtestoutput9110 a\nb
968 a\nb
972 a\r\nb
992 a\nb
996 a\r\nb
1010 a\nb
1032 a\nb
1126 a\nb
1144 a\nb
1166 a\nb
[all …]
H A Dtestinput11527 a\nb
1908 a\nb
1917 a\nb
1921 a\nb
1938 x\nb\n
3405 a\nb\n
3408 a\nb\n
3411 a\nb\n
3414 a\nb\n
3551 a\nb
[all …]
H A Dtestoutput12241 a\nb
2945 a\nb
2959 a\nb
2965 a\nb
3003 x\nb\n
5525 a\nb\n
5529 a\nb\n
5534 a\nb\n
5539 a\nb\n
5771 a\nb
[all …]
H A Dtestinput1843 a\nb
H A Dtestoutput27917 a\nb
7956 a\nb
7976 a\nb
7994 a\nb
8016 a\nb
8042 a\nb
8124 a\nb
8857 a\nb
8865 a\nb
8940 a\nb
[all …]
H A Dtestinput1533 a\nb
/PHP-7.2/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.2/ext/intl/tests/
H A Dbug65732.phpt11 var_dump(grapheme_strrpos("a\r\nb", 'b'));
/PHP-7.2/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.2/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");
/PHP-7.2/ext/ftp/
H A Dftp.h77 int nb; /* "nonblocking" transfer in progress */ member
H A Dftp.c141 ftp->nb = 0; in ftp_open()
397 ftp->nb = 0; in ftp_reinit()
2137 ftp->nb = 1; in ftp_nb_get()
2201 ftp->nb = 0; in ftp_nb_continue_read()
2204 ftp->nb = 0; in ftp_nb_continue_read()
2253 ftp->nb = 1; in ftp_nb_put()
2307 ftp->nb = 0; in ftp_nb_continue_write()
2311 ftp->nb = 0; in ftp_nb_continue_write()

Completed in 113 milliseconds

12