Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 127) sorted by last modified time

123456

/PHP-5.5/win32/
H A Dreaddir.h35 short offset; /* offset into directory */ member
H A Dflock.c59 OVERLAPPED offset = in flock() local
/PHP-5.5/sapi/tux/
H A Dphp_tux.c316 int offset; in tux_request_ctor() local
/PHP-5.5/scripts/dev/
H A Dcheck_parameters.php78 function update_lineno($offset)
199 function check_function($name, $txt, $offset)
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp160 unsigned int offset=0, readbytes; in CompareStringWithFile() local
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_trace_mach.c85 size_t offset = ((uintptr_t) (addr) % fpm_pagesize); in fpm_trace_get_long() local
H A Dfpm_conf.c202 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean()
217 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string()
242 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer()
277 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time()
317 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level()
342 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility()
492 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core()
521 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm()
H A Dfpm_conf.h96 intptr_t offset; member
/PHP-5.5/sapi/apache_hooks/
H A Dphp_apache.c182 static void apache_request_read_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_string_slot()
207 static void apache_request_string_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_string_slot()
238 static void apache_request_read_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_read_int_slot()
258 static void apache_request_int_slot(int offset, INTERNAL_FUNCTION_PARAMETERS) in apache_request_int_slot()
/PHP-5.5/main/streams/
H A Dstreams.c1273 PHPAPI int _php_stream_seek(php_stream *stream, off_t offset, int whence TSRMLS_DC) in _php_stream_seek()
H A Duserspace.c808 static int php_userstreamop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRML… in php_userstreamop_seek()
1579 static int php_userstreamop_rewinddir(php_stream *stream, off_t offset, int whence, off_t *newoffs … in php_userstreamop_rewinddir()
H A Dglob_wrapper.c183 static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_glob_stream_rewind()
H A Dmemory.c134 static int php_stream_memory_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRM… in php_stream_memory_seek()
450 static int php_stream_temp_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS… in php_stream_temp_seek()
H A Dmmap.c25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mm… in _php_stream_mmap_range()
H A Dphp_stream_mmap.h51 size_t offset; member
71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((str… argument
H A Dplain_wrapper.c483 static int php_stdiop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffset TSRMLS_DC) in php_stdiop_seek()
869 static int php_plain_files_dirstream_rewind(php_stream *stream, off_t offset, int whence, off_t *ne… in php_plain_files_dirstream_rewind()
1185 int offset = 0; in php_plain_files_mkdir() local
/PHP-5.5/netware/
H A Dstart.c44 int (*readRoutineP)( int conn, void *fileHandle, size_t offset, in _NonAppStart()
/PHP-5.5/main/
H A Dphp_streams.h288 #define php_stream_seek(stream, offset, whence) _php_stream_seek((stream), (offset), (whence) TSRML… argument
H A Drfc1867.c786 off_t offset; local
H A Drfc1867.h54 off_t offset; member
/PHP-5.5/ext/zlib/
H A Dzlib_fopen_wrapper.c57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) in php_gziop_seek()
/PHP-5.5/ext/zip/lib/
H A Dzip_file_get_offset.c57 unsigned int offset; in _zip_file_get_offset() local
H A Dzipint.h234 unsigned int offset; /* (c) offset of local header */ member
244 unsigned int offset; /* offset of central directory in file */ member
H A Dzip_close.c513 off_t offset; in write_cdir() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dbase64.c55 int offset = 0; in base64_encode_xmlrpc() local
120 int offset = 0; in base64_decode_xmlrpc() local

Completed in 67 milliseconds

123456