Searched refs:fileno (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/zip/lib/ |
H A D | zip_fopen_index_encrypted.c | 47 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 D | zip_fopen_index.c | 45 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 D | zip_source_filep.c | 201 err = fstat(fileno(z->f), &fst); in read_file()
|
/PHP-5.4/Zend/ |
H A D | zend_stream.c | 68 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.4/TSRM/ |
H A D | tsrm_nw.c | 232 fd = fileno(stream);
|
/PHP-5.4/ext/standard/ |
H A D | iptc.c | 204 fstat(fileno(fp), &sb); in PHP_FUNCTION()
|
/PHP-5.4/main/streams/ |
H A D | plain_wrapper.c | 137 #define PHP_STDIOP_GET_FD(anfd, data) anfd = (data)->file ? fileno((data)->file) : (data)->fd 181 self->fd = fileno(file); in _php_stream_fopen_from_file_int() 312 self->fd = fileno(file); in _php_stream_fopen_from_pipe()
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 940 + int fd = fileno(hc->hs->logfp);
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | ChangeLog | 2350 27. Wrapped the definitions of fileno and isatty for Windows, which appear in 2533 HAVE_UNISTD_H; (2) #define isatty and fileno as _isatty and _fileno.
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 17804 backtrace_symbols_fd(pBt, pHdr->nBacktrace, fileno(out)); in sqlite3MemdebugDump()
|
Completed in 448 milliseconds