Searched refs:nb (Results 1 - 7 of 7) sorted by relevance

/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dapptype.c46 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 Dfuncs.c162 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 Dmagic.c429 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 Dftp.c146 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 Dftp.h75 int nb; /* "nonblocking" transfer in progress */ member in struct:ftpbuf
H A Dphp_ftp.c993 if (!ftp->nb) {
/PHP_TRUNK/ext/mbstring/
H A Dmbstring.c4614 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