Home
last modified time | relevance | path

Searched refs:pos (Results 176 – 197 of 197) sorted by relevance

12345678

/PHP-5.5/ext/standard/
H A Dfilters.c261 HashPosition pos; in strfilter_strip_tags_create() local
264 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
265 … while (zend_hash_get_current_data_ex(Z_ARRVAL_P(filterparams), (void **) &tmp, &pos) == SUCCESS) { in strfilter_strip_tags_create()
270 zend_hash_move_forward_ex(Z_ARRVAL_P(filterparams), &pos); in strfilter_strip_tags_create()
H A Durl_scanner_ex.re352 …scdebug(("stopped in state %d at pos %d (%d:%c) %d\n", STATE, YYCURSOR - ctx->buf.c, *YYCURSOR, *Y…
H A Dbasic_functions.c2018 ZEND_ARG_INFO(0, pos)
3365 PHP_FALIAS(pos, current, arginfo_current)
4273 int pos = 0; local
4296 argv[pos++] = estrdup(Z_STRVAL_P(arg_ptr));
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1584 int n, type, len, pos, r = 0; in compile_tree() local
1604 pos = reg->used + len; /* goal position */ in compile_tree()
1615 len = pos - (reg->used + SIZE_OP_JUMP); in compile_tree()
1807 int i, pos, n, old_num; in renumber_node_backref() local
1820 for (i = 0, pos = 0; i < old_num; i++) { in renumber_node_backref()
1823 backs[pos] = n; in renumber_node_backref()
1824 pos++; in renumber_node_backref()
1828 bn->back_num = pos; in renumber_node_backref()
1896 int r, i, pos, counter; in disable_noname_group_capture() local
1912 for (i = 1, pos = 1; i <= env->num_mem; i++) { in disable_noname_group_capture()
[all …]
H A Dregparse.c1663 #define BBUF_WRITE_CODE_POINT(bbuf,pos,code) \ argument
1664 BBUF_WRITE(bbuf, pos, &(code), SIZE_CODE_POINT)
1691 int r, inc_n, pos; in add_code_range_to_buf() local
1753 pos = SIZE_CODE_POINT * (1 + low * 2); in add_code_range_to_buf()
1754 BBUF_ENSURE_SIZE(bbuf, pos + SIZE_CODE_POINT * 2); in add_code_range_to_buf()
1755 BBUF_WRITE_CODE_POINT(bbuf, pos, from); in add_code_range_to_buf()
1756 BBUF_WRITE_CODE_POINT(bbuf, pos + SIZE_CODE_POINT, to); in add_code_range_to_buf()
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c91 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
404 s->pos = cursor; s->line++; in scan()
H A Dparse_tz.c321 (*tzf) = &(tzdb->data[tzdb->index[mid].pos]); in seek_to_tz_position()
H A Dparse_date.re151 uchar *lim, *str, *ptr, *cur, *tok, *pos;
315 s->pos -= cnt;
324 s->pos = &buf[s->pos - s->bot];
1710 s->pos = cursor; s->line++;
H A Dparse_date.c153 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
317 s->pos -= cnt;
326 s->pos = &buf[s->pos - s->bot];
2362 s->pos = cursor; s->line++; in scan()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c646 long pos = ftell(file_handle->handle.fp); in cli_seek_file_begin() local
647 fseek(file_handle->handle.fp, pos - 1, SEEK_SET); in cli_seek_file_begin()
/PHP-5.5/ext/soap/
H A Dphp_sdl.c591 HashPosition pos; in wsdl_soap_binding_body() local
600 zend_hash_internal_pointer_reset_ex(params, &pos); in wsdl_soap_binding_body()
601 while (zend_hash_get_current_data_ex(params, (void **)&param, &pos) != FAILURE) { in wsdl_soap_binding_body()
612 zend_hash_move_forward_ex(params, &pos); in wsdl_soap_binding_body()
3377 HashPosition pos; in get_sdl() local
3383 for (zend_hash_internal_pointer_reset_ex(SOAP_GLOBAL(mem_cache), &pos); in get_sdl()
3384 zend_hash_get_current_data_ex(SOAP_GLOBAL(mem_cache), (void **) &q, &pos) == SUCCESS; in get_sdl()
3385 zend_hash_move_forward_ex(SOAP_GLOBAL(mem_cache), &pos)) { in get_sdl()
3388 zend_hash_get_current_key_ex(SOAP_GLOBAL(mem_cache), &key, &key_len, &idx, 0, &pos); in get_sdl()
H A Dphp_schema.c2201 HashPosition pos; in schema_content_model_fixup() local
2204 zend_hash_internal_pointer_reset_ex(model->u.content, &pos); in schema_content_model_fixup()
2205 while (zend_hash_get_current_data_ex(model->u.content, (void**)&tmp, &pos) == SUCCESS) { in schema_content_model_fixup()
2208 zend_hash_move_forward_ex(model->u.content, &pos); in schema_content_model_fixup()
/PHP-5.5/ext/gd/
H A Dgd.c1521 HashPosition pos; in PHP_FUNCTION() local
1532 zend_hash_internal_pointer_reset_ex(HASH_OF(styles), &pos); in PHP_FUNCTION()
1534 for (index = 0;; zend_hash_move_forward_ex(HASH_OF(styles), &pos)) { in PHP_FUNCTION()
1537 if (zend_hash_get_current_data_ex(HASH_OF(styles), (void **) &item, &pos) == FAILURE) { in PHP_FUNCTION()
3833 HashPosition pos; in php_imagettftext_common() local
3836 zend_hash_internal_pointer_reset_ex(HASH_OF(EXT), &pos); in php_imagettftext_common()
3842 …if (zend_hash_get_current_key_ex(HASH_OF(EXT), &key, NULL, &num_key, 0, &pos) != HASH_KEY_IS_STRIN… in php_imagettftext_common()
3846 if (zend_hash_get_current_data_ex(HASH_OF(EXT), (void **) &item, &pos) == FAILURE) { in php_imagettftext_common()
3856 } while (zend_hash_move_forward_ex(HASH_OF(EXT), &pos) == SUCCESS); in php_imagettftext_common()
/PHP-5.5/ext/pdo/
H A Dpdo_stmt.c2143 HashPosition pos; in PHP_METHOD() local
2159 zend_hash_internal_pointer_reset_ex(stmt->bound_params, &pos); in PHP_METHOD()
2161 (void**)&param, &pos)) { in PHP_METHOD()
2167 res = zend_hash_get_current_key_ex(stmt->bound_params, &str, &len, &num, 0, &pos); in PHP_METHOD()
2179 zend_hash_move_forward_ex(stmt->bound_params, &pos); in PHP_METHOD()
/PHP-5.5/ext/openssl/
H A Dopenssl.c1776 HashPosition pos; in setup_verify() local
1786 zend_hash_internal_pointer_reset_ex(HASH_OF(calist), &pos); in setup_verify()
1787 for (;; zend_hash_move_forward_ex(HASH_OF(calist), &pos)) { in setup_verify()
1791 if (zend_hash_get_current_data_ex(HASH_OF(calist), (void**)&item, &pos) == FAILURE) { in setup_verify()
4346 HashPosition pos; in PHP_FUNCTION() local
4386 zend_hash_internal_pointer_reset_ex(pubkeysht, &pos); in PHP_FUNCTION()
4389 &pos) == SUCCESS) { in PHP_FUNCTION()
4397 zend_hash_move_forward_ex(pubkeysht, &pos); in PHP_FUNCTION()
/PHP-5.5/win32/
H A Dsendmail.c237 char *pos = NULL; in TSendMail() local
/PHP-5.5/ext/curl/
H A Dinterface.c2922 HashPosition pos; in PHP_FUNCTION() local
2932 zend_hash_internal_pointer_reset_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
2933 while (zend_hash_get_current_data_ex(Z_ARRVAL_P(arr), (void **)&entry, &pos) == SUCCESS) { in PHP_FUNCTION()
2934 …if (zend_hash_get_current_key_ex(Z_ARRVAL_P(arr), &string_key, &str_key_len, &option, 0, &pos) != … in PHP_FUNCTION()
2941 zend_hash_move_forward_ex(Z_ARRVAL_P(arr), &pos); in PHP_FUNCTION()
/PHP-5.5/ext/iconv/
H A Diconv.c534 size_t pos = out_p - out_buffer; in php_iconv_string() local
536 out_p = out_buffer+pos; in php_iconv_string()
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch935 size_t pos = CDF_SHORT_SEC_POS(h, id);
937 - if (pos > CDF_SEC_SIZE(h) * sst->sst_len) {
938 + if (pos + len > CDF_SEC_SIZE(h) * sst->sst_len) {
941 - pos, CDF_SEC_SIZE(h) * sst->sst_len));
942 + pos + len, CDF_SEC_SIZE(h) * sst->sst_len));
/PHP-5.5/
H A Dacinclude.m41779 __off64_t pos;
1789 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1797 if (fp && fseek(fp, 8192, SEEK_SET) == 0 && g.pos == 8192)
/PHP-5.5/ext/date/
H A Dphp_date.c4510 if (tzdb->data[table[i].pos + 5] == option[0] && tzdb->data[table[i].pos + 6] == option[1]) { in PHP_FUNCTION()
4513 …ROUP_ALL_W_BC || (check_id_allowed(table[i].id, what) && (tzdb->data[table[i].pos + 4] == '\1'))) { in PHP_FUNCTION()
/PHP-5.5/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-
8357 tive code if JIT is not available. For programs that need the best pos-

Completed in 208 milliseconds

12345678