| /PHP_5_4/TSRM/ |
| H A D | readdir.h | 22 off_t d_off; /* offset to this dirent */ 31 short offset; /* offset into directory */ member in struct:__anon3
|
| /PHP_5_4/ext/ereg/regex/ |
| H A D | debug.c | 102 register sopno offset = 2; local 103 # define GAP() { if (offset % 5 == 0) { \ 113 offset++; \
|
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | base64.c | 29 b->offset = 0; 35 b->offset++; 36 if (b->offset == b->length) { 39 b->ptr = b->data + b->offset; 47 b->offset = 0; 55 int offset = 0; local 81 offset++; 82 if (offset > length) { 106 if (!(b->offset % 72)) { 120 int offset local [all...] |
| H A D | base64.h | 17 int offset; member in struct:buffer_st
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_file_get_offset.c | 2 zip_file_get_offset.c -- get offset of file data in archive. 50 Returns the offset of the file data for entry ze. 59 unsigned int offset; 61 offset = za->cdir->entry[idx].offset; 63 if (fseeko(za->zp, offset, SEEK_SET) != 0) { 71 offset += LENTRYSIZE + de.filename_len + de.extrafield_len; 75 return offset; 57 unsigned int offset; local
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_conf.h | 91 intptr_t offset; member in struct:ini_value_parser_s
|
| H A D | fpm_trace_mach.c | 85 size_t offset = ((uintptr_t) (addr) % fpm_pagesize); local 86 vm_offset_t base = (uintptr_t) (addr) - offset; 94 *data = * (long *) (local_page + offset);
|
| /PHP_5_4/win32/ |
| H A D | flock.c | 59 OVERLAPPED offset = local 64 UnlockFileEx(hdl, 0, low, high, &offset); 69 0, low, high, &offset)) 74 0, low, high, &offset))
|
| H A D | readdir.h | 26 off_t d_off; /* offset to this dirent */ 35 short offset; /* offset into directory */ member in struct:__anon554
|
| /PHP_5_4/ext/gd/libgd/ |
| H A D | gd_filter.c | 230 int gdImageConvolution(gdImagePtr src, float filter[3][3], float filter_div, float offset) argument 272 new_r = (new_r/filter_div)+offset; 273 new_g = (new_g/filter_div)+offset; 274 new_b = (new_b/filter_div)+offset;
|
| /PHP_5_4/ext/intl/resourcebundle/ |
| H A D | resourcebundle_class.c | 163 static void resourcebundle_array_fetch(zval *object, zval *offset, zval *return_value, int fallback TSRMLS_DC) argument 175 if(Z_TYPE_P(offset) == IS_LONG) { 177 meindex = Z_LVAL_P(offset); 179 } else if(Z_TYPE_P(offset) == IS_STRING) { 180 mekey = Z_STRVAL_P(offset); 181 mekeylen = Z_STRLEN_P(offset); 219 zval *resourcebundle_array_get(zval *object, zval *offset, int type TSRMLS_DC) argument 223 if(offset == NULL) { 228 resourcebundle_array_fetch(object, offset, retval, 1 TSRMLS_CC); 248 zval * offset; local [all...] |
| /PHP_5_4/ext/mbstring/libmbfl/tests/ |
| H A D | strcut.c | 31 int offset, length; local 36 fprintf(stderr, "Usage: %s lang encoding offset length\n", argv[0]); 53 offset = strtol(argv[3], NULL, 10); 55 printf("Invalid offset: %s\n", argv[3]); 103 if (mbfl_strcut(&string, &result, offset, length)) {
|
| /PHP_5_4/Zend/ |
| H A D | zend_qsort.c | 66 uint offset; local 76 offset = (end - begin) >> 1; 77 _zend_qsort_swap(begin, begin + (offset - (offset % siz)), siz); 122 * c-basic-offset: 4
|
| H A D | zend_stream.c | 240 long offset = ftell(file_handle->handle.fp); local 243 if (offset != -1) { 244 *buf += offset; 245 size -= offset;
|
| /PHP_5_4/ext/dba/ |
| H A D | dba_cdb.c | 228 int cdb_file_lseek(php_stream *fp, off_t offset, int whence TSRMLS_DC) { argument 229 php_stream_seek(fp, offset, whence); 233 int cdb_file_lseek(int fd, off_t offset, int whence TSRMLS_DC) { argument 234 return lseek(fd, offset, whence); 346 * c-basic-offset: 4
|
| /PHP_5_4/ext/dom/ |
| H A D | characterdata.c | 33 ZEND_ARG_INFO(0, offset) 42 ZEND_ARG_INFO(0, offset) 47 ZEND_ARG_INFO(0, offset) 52 ZEND_ARG_INFO(0, offset) 169 /* {{{ proto string dom_characterdata_substring_data(int offset, int count); 179 long offset, count; local 183 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oll", &id, dom_characterdata_class_entry, &offset, &count) == FAILURE) { 196 if (offset < 0 || count < 0 || offset > length) { 202 if ((offset 262 long offset; local 309 long offset, count; local 365 long offset, count; local [all...] |
| H A D | text.c | 33 ZEND_ARG_INFO(0, offset) 141 /* {{{ proto DOMText dom_text_split_text(int offset); 153 long offset; local 158 if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Ol", &id, dom_text_class_entry, &offset) == FAILURE) { 173 if (offset > length || offset < 0) { 178 first = xmlUTF8Strndup(cur, offset); 179 second = xmlUTF8Strsub(cur, offset, length - offset); 241 * c-basic-offset [all...] |
| /PHP_5_4/ext/shmop/ |
| H A D | shmop.c | 73 ZEND_ARG_INFO(0, offset) 311 /* {{{ proto int shmop_write (int shmid, string data, int offset) 318 long shmid, offset; local 322 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "lsl", &shmid, &data, &data_len, &offset) == FAILURE) { 333 if (offset < 0 || offset > shmop->size) { 334 php_error_docref(NULL TSRMLS_CC, E_WARNING, "offset out of range"); 338 writesize = (data_len < shmop->size - offset) ? data_len : shmop->size - offset; 339 memcpy(shmop->addr + offset, dat [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | microtime.c | 71 timelib_time_offset *offset; local 73 offset = timelib_get_time_zone_info(tp.tv_sec, get_timezone_info(TSRMLS_C)); 79 add_assoc_long(return_value, "minuteswest", -offset->offset / SEC_IN_MIN); 80 add_assoc_long(return_value, "dsttime", offset->is_dst); 82 timelib_time_offset_dtor(offset); 162 * c-basic-offset: 4
|
| /PHP_5_4/ext/zlib/ |
| H A D | zlib_fopen_wrapper.c | 57 static int php_gziop_seek(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) argument 67 *newoffs = gzseek(self->gz_file, offset, whence); 183 * c-basic-offset: 4
|
| /PHP_5_4/main/ |
| H A D | rfc1867.h | 54 off_t offset; member in struct:_multipart_event_file_data
|
| /PHP_5_4/main/streams/ |
| H A D | glob_wrapper.c | 183 static int php_glob_stream_rewind(php_stream *stream, off_t offset, int whence, off_t *newoffs TSRMLS_DC) /* {{{ */ argument 287 * c-basic-offset: 4
|
| H A D | mmap.c | 25 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC) argument 29 range.offset = offset; 71 * c-basic-offset: 4
|
| H A D | php_stream_mmap.h | 33 /* Request a range and offset to be mapped; 49 /* requested offset and length. 51 size_t offset; member in struct:__anon293 70 PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t length, php_stream_mmap_operation_t mode, size_t *mapped_len TSRMLS_DC); 71 #define php_stream_mmap_range(stream, offset, length, mode, mapped_len) _php_stream_mmap_range((stream), (offset), (length), (mode), (mapped_len) TSRMLS_CC) 84 * c-basic-offset: 4
|
| /PHP_5_4/netware/ |
| H A D | start.c | 44 int (*readRoutineP)( int conn, void *fileHandle, size_t offset, 109 * first, then the check-unload function's offset will be nlmname.nlm+0 36 _NonAppStart( void *NLMHandle, void *errorScreen, const char *cmdLine, const char *loadDirPath, size_t uninitializedDataLength, void *NLMFileHandle, int (*readRoutineP)( int conn, void *fileHandle, size_t offset, size_t nbytes, size_t *bytesRead, void *buffer ), size_t customDataOffset, size_t customDataSize, int messageCount, const char **messages ) argument
|