Home
last modified time | relevance | path

Searched refs:pos (Results 76 – 100 of 173) sorted by relevance

1234567

/PHP-7.3/ext/intl/tests/
H A Dbug61487.phpt2 grapheme() str[i]pos limits
H A Ddateformat_parse_localtime_parsepos.phpt2 datefmt_parse_localtime() with parse pos icu <= 4.2
10 * Test for the datefmt_parse_localtime function with parse pos
/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c82 zend_llist_position pos; in phpdbg_webdata_compress() local
93 extension = (zend_extension *) zend_llist_get_first_ex(&zend_extensions, &pos); in phpdbg_webdata_compress()
98 extension = (zend_extension *) zend_llist_get_next_ex(&zend_extensions, &pos); in phpdbg_webdata_compress()
/PHP-7.3/ext/spl/
H A Dphp_spl.c309 char *pos, *pos1; in PHP_FUNCTION() local
317 pos = SPL_DEFAULT_FILE_EXTENSIONS; in PHP_FUNCTION()
320 pos = ZSTR_VAL(file_exts); in PHP_FUNCTION()
325 while (pos && *pos && !EG(exception)) { in PHP_FUNCTION()
326 pos1 = strchr(pos, ','); in PHP_FUNCTION()
328 pos1_len = (int)(pos1 - pos); in PHP_FUNCTION()
332 if (spl_autoload(class_name, lc_name, pos, pos1_len)) { in PHP_FUNCTION()
335 pos = pos1 ? pos1 + 1 : NULL; in PHP_FUNCTION()
402 HashPosition pos; in PHP_FUNCTION() local
455 if (pos + 1 == SPL_G(autoload_functions)->nNumUsed || in PHP_FUNCTION()
[all …]
/PHP-7.3/ext/opcache/
H A Dzend_shared_alloc.c291 size_t block_size = ZSMMG(shared_segments)[i]->size - ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_get_largest_free_block()
324 …if (ZSMMG(shared_segments)[i]->size - ZSMMG(shared_segments)[i]->pos >= block_size) { /* found a v… in zend_shared_alloc()
325 …void *retval = (void *) (((char *) ZSMMG(shared_segments)[i]->p) + ZSMMG(shared_segments)[i]->pos); in zend_shared_alloc()
327 ZSMMG(shared_segments)[i]->pos += block_size; in zend_shared_alloc()
487 ZSMMG(shared_memory_state).positions[i] = ZSMMG(shared_segments)[i]->pos; in zend_shared_alloc_save_state()
497 ZSMMG(shared_segments)[i]->pos = ZSMMG(shared_memory_state).positions[i]; in zend_shared_alloc_restore_state()
H A Dzend_accelerator_blacklist.h36 int pos; member
H A Dshared_alloc_posix.c74 shared_segment->common.pos = 0; in create_segments()
H A DZendAccelerator.c375 #define STRTAB_POS_TO_STR(tab, pos) \ argument
425 uint32_t pos; in accel_find_interned_string() local
450 pos = STRTAB_COLLISION(s); in accel_find_interned_string()
451 } while (pos != STRTAB_INVALID_POS); in accel_find_interned_string()
460 uint32_t pos, *hash_slot; in accel_new_interned_string() local
478 pos = *hash_slot; in accel_new_interned_string()
486 pos = STRTAB_COLLISION(s); in accel_new_interned_string()
487 } while (pos != STRTAB_INVALID_POS); in accel_new_interned_string()
529 uint32_t pos; in accel_find_interned_string_ex() local
542 pos = STRTAB_COLLISION(s); in accel_find_interned_string_ex()
[all …]
/PHP-7.3/ext/mbstring/libmbfl/tests/
H A Demoji.c75 dev.pos += strlen(str); in main()
104 dev2.pos += strlen(dev2.buffer); in main()
/PHP-7.3/ext/dba/libcdb/
H A Dcdb_make.h50 uint32 pos; member
/PHP-7.3/ext/pdo/
H A Dpdo_sql_parser.re68 char *pos;
115 plc->pos = s.tok;
170 if ((param = zend_hash_str_find_ptr(params, plc->pos, plc->len)) == NULL) {
195 param = zend_hash_str_find_ptr(params, plc->pos, plc->len);
313 t = plc->pos - ptr;
320 ptr = plc->pos + plc->len;
352 name = estrndup(plc->pos, plc->len);
392 name = estrndup(plc->pos, plc->len);
/PHP-7.3/ext/hash/
H A Dphp_hash_sha3.h27 uint32_t pos; member
/PHP-7.3/ext/mysqli/
H A Dmysqli_prop.c192 zend_llist_position pos; in link_error_list_read() local
193 …D_ERROR_LIST_ELEMENT *) zend_llist_get_first_ex(&mysql->mysql->data->error_info->error_list, &pos); in link_error_list_read()
195 …ND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(&mysql->mysql->data->error_info->error_list, &pos)) in link_error_list_read()
384 zend_llist_position pos; in stmt_error_list_read() local
385 …LND_ERROR_LIST_ELEMENT *) zend_llist_get_first_ex(&stmt->stmt->data->error_info->error_list, &pos); in stmt_error_list_read()
387 …QLND_ERROR_LIST_ELEMENT *) zend_llist_get_next_ex(&stmt->stmt->data->error_info->error_list, &pos)) in stmt_error_list_read()
/PHP-7.3/main/streams/
H A Dcast.c238 zend_off_t pos; in _php_stream_cast() local
244 pos = php_stream_tell(stream); in _php_stream_cast()
245 if (pos > 0) { in _php_stream_cast()
246 zend_fseek(*ret, pos, SEEK_SET); in _php_stream_cast()
/PHP-7.3/main/
H A Dfastcgi.c189 char *pos; member
264 h->data->pos = h->data->data; in fcgi_hash_init()
307 h->data->pos = h->data->data; in fcgi_hash_clean()
318 p->pos = p->data; in fcgi_hash_strndup()
319 p->end = p->pos + seg_size; in fcgi_hash_strndup()
323 ret = h->data->pos; in fcgi_hash_strndup()
326 h->data->pos += str_len + 1; in fcgi_hash_strndup()
1612 int pos = 0; local
1627 pos += 0xfff8;
1630 pad = (((len - pos) + 7) & ~7) - (len - pos);
[all …]
/PHP-7.3/ext/dom/
H A Ddom_iterators.c202 zend_hash_move_forward_ex(nodeht, &iterator->pos); in php_dom_iterator_move_forward()
203 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_iterator_move_forward()
287 zend_hash_internal_pointer_reset_ex(nodeht, &iterator->pos); in php_dom_get_iterator()
288 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_get_iterator()
/PHP-7.3/ext/spl/tests/
H A Diterator_007.phpt76 $pos =0;
83 if ($pos++ > 1) {
/PHP-7.3/ext/standard/tests/strings/
H A Dstrrpos_negative_offset.phpt2 strr[i]pos() function with negative offset
/PHP-7.3/ext/gd/libgd/
H A Dgd_io.c193 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek() argument
196 return ((ctx->seek) (ctx, pos)); in gdSeek()
/PHP-7.3/ext/phar/
H A Dtar.c217 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
260 pos += sizeof(buf); in phar_parse_tarfile()
265 pos = php_stream_tell(fp); in phar_parse_tarfile()
476 entry.offset = entry.offset_abs = pos; /* header_offset unused in tar */ in phar_parse_tarfile()
565 php_stream_seek(fp, pos, SEEK_SET); in phar_parse_tarfile()
711 size_t pos; in phar_tar_writeheaders_int() local
805 pos = php_stream_tell(fp->new); /* save start of file within tar */ in phar_tar_writeheaders_int()
856 entry->offset = entry->offset_abs = pos; in phar_tar_writeheaders_int()
1022 char *pos; in phar_tar_flush() local
1074 pos = user_stub + (pos - tmp); in phar_tar_flush()
[all …]
/PHP-7.3/ext/dba/libflatfile/
H A Dflatfile.c112 size_t pos; in flatfile_delete() local
125 pos = php_stream_tell(dba->fp); in flatfile_delete()
131 php_stream_seek(dba->fp, pos, SEEK_SET); in flatfile_delete()
/PHP-7.3/ext/dba/libinifile/
H A Dinifile.h34 size_t pos; member
/PHP-7.3/ext/soap/interop/
H A Dclient_round2_interop.php262 $pos = strpos($success,':');
263 if ($pos !== false) {
264 $success = substr($success,$pos+1);
513 $pos = strpos($res,':');
514 if ($pos !== false) {
515 $res = substr($res,$pos+1);
/PHP-7.3/ext/standard/
H A Darray.c1407 EG(ht_iterators)[ht_iter].pos = pos; in php_array_walk()
3073 pos++;
3081 pos++;
3097 int pos2 = pos;
3117 pos++;
3137 pos++;
3521 pos = 0;
3528 pos++;
3545 pos++;
6195 pos++;
[all …]
/PHP-7.3/Zend/
H A Dzend_stream.h47 size_t pos; member

Completed in 61 milliseconds

1234567