Home
last modified time | relevance | path

Searched refs:pos (Results 151 – 169 of 169) sorted by relevance

1234567

/PHP-7.2/sapi/cli/
H A Dphp_cli.c640 zend_long pos = zend_ftell(file_handle->handle.fp); in cli_seek_file_begin() local
641 zend_fseek(file_handle->handle.fp, pos - 1, SEEK_SET); in cli_seek_file_begin()
H A Dphp_cli_server.c538 zend_llist_position pos; in sapi_cli_server_send_headers() local
553 h = (sapi_header_struct*)zend_llist_get_first_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
559 h = (sapi_header_struct*)zend_llist_get_next_ex(&sapi_headers->headers, &pos); in sapi_cli_server_send_headers()
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c77 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
331 s->pos = cursor; s->line++; in scan()
H A Dparse_date.re135 uchar *lim, *str, *ptr, *cur, *tok, *pos;
311 s->pos -= cnt;
320 s->pos = &buf[s->pos - s->bot];
1779 s->pos = cursor; s->line++;
H A Dparse_tz.c394 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()
H A Dparse_date.c137 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
313 s->pos -= cnt;
322 s->pos = &buf[s->pos - s->bot];
2585 s->pos = cursor; s->line++; in scan()
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregcomp.c1598 int n, type, len, pos, r = 0; in compile_tree() local
1618 pos = reg->used + len; /* goal position */ in compile_tree()
1629 len = pos - (reg->used + SIZE_OP_JUMP); in compile_tree()
1826 int i, pos, n, old_num; in renumber_node_backref() local
1839 for (i = 0, pos = 0; i < old_num; i++) { in renumber_node_backref()
1842 backs[pos] = n; in renumber_node_backref()
1843 pos++; in renumber_node_backref()
1847 bn->back_num = pos; in renumber_node_backref()
1925 int r, i, pos, counter; in disable_noname_group_capture() local
1941 for (i = 1, pos = 1; i <= env->num_mem; i++) { in disable_noname_group_capture()
[all …]
H A Dregparse.c1621 #define BBUF_WRITE_CODE_POINT(bbuf,pos,code) \ argument
1622 BBUF_WRITE(bbuf, pos, &(code), SIZE_CODE_POINT)
1649 int r, inc_n, pos; in add_code_range_to_buf() local
1712 pos = SIZE_CODE_POINT * (1 + low * 2); in add_code_range_to_buf()
1713 BBUF_ENSURE_SIZE(bbuf, pos + SIZE_CODE_POINT * 2); in add_code_range_to_buf()
1714 BBUF_WRITE_CODE_POINT(bbuf, pos, from); in add_code_range_to_buf()
1715 BBUF_WRITE_CODE_POINT(bbuf, pos + SIZE_CODE_POINT, to); in add_code_range_to_buf()
/PHP-7.2/ext/sockets/
H A Dconversions.c149 zend_llist_position pos; in do_from_to_zval_err() local
155 for (node = zend_llist_get_first_ex(keys, &pos); in do_from_to_zval_err()
157 node = zend_llist_get_next_ex(keys, &pos)) { in do_from_to_zval_err()
/PHP-7.2/win32/
H A Dsendmail.c212 char *pos = NULL; in TSendMail() local
/PHP-7.2/ext/fileinfo/
H A Dlibmagic.patch1040 size_t pos = CDF_SEC_POS(h, id);
1042 - return cdf_read(info, (off_t)pos, ((char *)buf) + offs, len);
1043 + return cdf_read(info, (zend_off_t)pos, ((char *)buf) + offs, len);
2650 - off_t pos = (off_t)-1;
2688 - pos = lseek(fd, (off_t)0, SEEK_CUR);
2788 - if (pos != (off_t)-1)
2789 - (void)lseek(fd, pos, SEEK_SET);
/PHP-7.2/ext/iconv/
H A Diconv.c593 size_t pos = out_p - ZSTR_VAL(out_buffer); in php_iconv_string() local
595 out_p = ZSTR_VAL(out_buffer) + pos; in php_iconv_string()
/PHP-7.2/Zend/
H A Dzend_types.h332 HashPosition pos; member
H A Dzend_vm_execute.h16842 HashPosition pos; local
16869 pos++;
16909 pos++;
16928 EG(ht_iterators)[Z_FE_ITER_P(array)].pos = pos;
17002 HashPosition pos; local
17031 pos++;
17074 pos++;
24403 HashPosition pos; local
24430 pos++;
24455 HashPosition pos; local
[all …]
/PHP-7.2/ext/standard/
H A Dbasic_functions.c1988 ZEND_ARG_INFO(0, pos)
3380 PHP_FALIAS(pos, current, arginfo_current)
4360 int pos = 0; local
4376 argv[pos++] = estrdup(ZSTR_VAL(arg_str));
H A Durl_scanner_ex.re579 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
/PHP-7.2/
H A Dacinclude.m41770 __off64_t pos;
1780 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1788 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
/PHP-7.2/ext/date/
H A Dphp_date.c4842 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
4845 …ROUP_ALL_W_BC || (check_id_allowed(table[i].id, what) && (tzdb->data[table[i].pos + 4] == '\1'))) { in PHP_FUNCTION()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt1487 ungreedy quantifiers are treated in exactly the same way. However, pos-
1542 once, and never needs to backtrack (except for lookbehinds), it is pos-
8361 tive code if JIT is not available. For programs that need the best pos-

Completed in 311 milliseconds

1234567