Searched refs:nb (Results 1 - 7 of 7) sorted by relevance
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | apptype.c | 46 size_t nb) 72 if (fwrite(buf, 1, nb, fp) != nb) { 45 file_os2_apptype(struct magic_set *ms, const char *fn, const void *buf, size_t nb) argument
|
| H A D | funcs.c | 162 size_t nb) 175 if (nb == 0) { 181 } else if (nb == 1) { 190 looks_text = file_encoding(ms, ubuf, nb, &u8buf, &ulen, 196 switch (file_os2_apptype(ms, inname, buf, nb)) { 209 if ((m = file_zmagic(ms, stream, inname, ubuf, nb)) != 0) { 217 if ((m = file_is_tar(ms, ubuf, nb)) != 0) { 228 if ((m = file_trycdf(ms, fd, ubuf, nb)) != 0) { 238 if ((m = file_softmagic(ms, ubuf, nb, BINTEST, 244 nb > 161 file_buffer(struct magic_set *ms, php_stream *stream, const char *inname, const void *buf, size_t nb) argument [all...] |
| H A D | magic.c | 429 magic_buffer(struct magic_set *ms, const void *buf, size_t nb) argument 439 if (file_buffer(ms, NULL, NULL, buf, nb) == -1) {
|
| /PHP_TRUNK/ext/ftp/ |
| H A D | ftp.c | 146 ftp->nb = 0; 361 ftp->nb = 0; 1755 ftp->nb = 1; 1819 ftp->nb = 0; 1822 ftp->nb = 0; 1871 ftp->nb = 1; 1925 ftp->nb = 0; 1929 ftp->nb = 0;
|
| H A D | ftp.h | 75 int nb; /* "nonblocking" transfer in progress */ member in struct:ftpbuf
|
| H A D | php_ftp.c | 993 if (!ftp->nb) {
|
| /PHP_TRUNK/ext/mbstring/ |
| H A D | mbstring.c | 4614 size_t nb = 0; local 4617 if (nb == 0) { 4621 nb = php_mb_mbchar_bytes_ex(p, enc); 4622 if (nb == 0) { 4626 --nb;
|
Completed in 42 milliseconds