Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/TSRM/
H A Dtsrm_nw.c232 fd = fileno(stream);
/PHP-5.5/ext/standard/
H A Diptc.c218 fstat(fileno(fp), &sb); in PHP_FUNCTION()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c138 #define PHP_STDIOP_GET_FD(anfd, data) anfd = (data)->file ? fileno((data)->file) : (data)->fd
182 self->fd = fileno(file); in _php_stream_fopen_from_file_int()
313 self->fd = fileno(file); in _php_stream_fopen_from_pipe()
/PHP-5.5/ext/opcache/
H A DZendAccelerator.c757 if (fstat(fileno(file_handle->handle.fp), &statbuf) == -1) { in zend_get_file_handle_timestamp()
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch940 + int fd = fileno(hc->hs->logfp);
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog2526 27. Wrapped the definitions of fileno and isatty for Windows, which appear in
2709 HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17804 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); in sqlite3MemdebugDump()

Completed in 644 milliseconds