Home
last modified time | relevance | path

Searched refs:fileno (Results 1 – 11 of 11) sorted by relevance

/PHP-5.3/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c47 zip_fopen_index_encrypted(struct zip *za, zip_uint64_t fileno, int flags, in zip_fopen_index_encrypted() argument
57 if (fileno >= za->nentry) { in zip_fopen_index_encrypted()
63 && ZIP_ENTRY_DATA_CHANGED(za->entry+fileno)) { in zip_fopen_index_encrypted()
68 if (fileno >= za->cdir->nentry) { in zip_fopen_index_encrypted()
76 zip_stat_index(za, fileno, flags, &st); in zip_fopen_index_encrypted()
104 if ((start=_zip_file_get_offset(za, fileno)) == 0) in zip_fopen_index_encrypted()
125 if ((s2=comp_impl(za, src, za->cdir->entry[fileno].comp_method, in zip_fopen_index_encrypted()
H A Dzip_fopen_index.c45 zip_fopen_index(struct zip *za, zip_uint64_t fileno, int flags) in zip_fopen_index() argument
47 return zip_fopen_index_encrypted(za, fileno, flags, za->default_password); in zip_fopen_index()
H A Dzip_source_filep.c201 err = fstat(fileno(z->f), &fst); in read_file()
/PHP-5.3/Zend/
H A Dzend_stream.c68 if (handle && fstat(fileno((FILE*)handle), &buf) == 0) { in zend_stream_stdio_fsizer()
117 if (file_handle->handle.fp && fstat(fileno(file_handle->handle.fp), &buf) == 0) { in zend_stream_fsize()
202 …file_handle->handle.stream.isatty = isatty(fileno((FILE *)file_handle->handle.stream.handle)) …
238 … *buf = mmap(0, size + ZEND_MMAP_AHEAD, PROT_READ, MAP_PRIVATE, fileno(file_handle->handle.fp), 0);
/PHP-5.3/TSRM/
H A Dtsrm_nw.c232 fd = fileno(stream);
/PHP-5.3/ext/standard/
H A Diptc.c211 fstat(fileno(fp), &sb); in PHP_FUNCTION()
/PHP-5.3/main/streams/
H A Dplain_wrapper.c130 #define PHP_STDIOP_GET_FD(anfd, data) anfd = (data)->file ? fileno((data)->file) : (data)->fd
174 self->fd = fileno(file); in _php_stream_fopen_from_file_int()
305 self->fd = fileno(file); in _php_stream_fopen_from_pipe()
/PHP-5.3/main/
H A Dfopen_wrappers.c503 if (fp && (0 > fstat(fileno(fp), &st) || !S_ISREG(st.st_mode))) {
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch940 + int fd = fileno(hc->hs->logfp);
/PHP-5.3/ext/pcre/pcrelib/
H A DChangeLog1589 27. Wrapped the definitions of fileno and isatty for Windows, which appear in
1772 HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno.
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c15378 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); in sqlite3MemdebugDump()

Completed in 395 milliseconds