Home
last modified time | relevance | path

Searched defs:pos (Results 26 – 50 of 109) sorted by relevance

12345

/PHP-8.0/ext/opcache/Optimizer/
H A Dcompact_literals.c97 zval *pos, tmp; in add_static_slot() local
155 zval zv, *pos; in zend_optimizer_compact_literals() local
/PHP-8.0/main/
H A Dgetopt.c88 const char *pos; in php_getopt() local
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c80 zend_llist_position pos; in phpdbg_webdata_compress() local
H A Dphpdbg_watch.c589 HashPosition pos; local
1104 …phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), page, page + php… local
1416 phpdbg_btree_position pos; local
1441 phpdbg_btree_position pos; local
/PHP-8.0/ext/gd/libgd/
H A Dgd_io_dp.c35 int pos; member
149 static int dynamicSeek (struct gdIOCtx *ctx, const int pos) in dynamicSeek()
H A Dgd_io_file.c114 static int fileSeek (struct gdIOCtx *ctx, const int pos) in fileSeek()
H A Dgd_io.c193 int gdSeek (gdIOCtx * ctx, const int pos) in gdSeek()
H A Dwbmp.c153 int row, col, byte, pel, pos; in readwbmp() local
/PHP-8.0/ext/mysqli/
H A Dmysqli_prop.c198 zend_llist_position pos; in link_error_list_read() local
362 zend_llist_position pos; in stmt_error_list_read() local
/PHP-8.0/ext/phar/
H A Dtar.c214 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
717 size_t pos; in phar_tar_writeheaders_int() local
1025 char *pos; in phar_tar_flush() local
/PHP-8.0/Zend/
H A Dzend_hash.c459 …tic zend_always_inline HashPosition _zend_hash_get_valid_pos(const HashTable *ht, HashPosition pos) in _zend_hash_get_valid_pos()
477 ZEND_API uint32_t ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos) in zend_hash_iterator_add()
2302 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex()
2313 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex()
2332 ZEND_API zend_result ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex()
2357 ZEND_API zend_result ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex()
2381 …rent_key_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, HashPosition *pos) in zend_hash_get_current_key_ex()
2401 … ZEND_FASTCALL zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, HashPosition *pos) in zend_hash_get_current_key_zval_ex()
2420 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex()
2439 ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_data_ex()
/PHP-8.0/ext/dba/libcdb/
H A Dcdb_make.h48 uint32 pos; member
/PHP-8.0/ext/dba/libinifile/
H A Dinifile.h32 size_t pos; member
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_log.c297 zend_llist_position pos; in fpm_log_write() local
H A Dfpm_stdio.c176 int in_buf = 0, cmd_pos = 0, pos, start; local
/PHP-8.0/ext/dba/libflatfile/
H A Dflatfile.c107 size_t pos; in flatfile_delete() local
/PHP-8.0/ext/standard/
H A Dhtml.c60 #define MB_FAILURE(pos, advance) do { \ argument
66 #define CHECK_LEN(pos, chars_need) ((str_len - (pos)) >= (chars_need)) argument
100 size_t pos = *cursor; in get_next_char() local
1266 char *pos = (char*)&old[cursor+1]; in php_escape_html_entities_ex() local
/PHP-8.0/sapi/litespeed/
H A Dlsapi_main.c369 zend_llist_position pos; in sapi_lsapi_send_headers_like_cgi() local
463 zend_llist_position pos; in sapi_lsapi_send_headers() local
890 char *pos = path_stop + pathlen_without_trailing_slash(path_start); in walk_down_the_path() local
1689 zend_llist_position pos; in PHP_FUNCTION() local
/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c617 int pos = 0; in grapheme_extract_charcount_iter() local
657 int pos = 0; in grapheme_extract_bytecount_iter() local
/PHP-8.0/ext/dom/
H A Dphp_dom.h93 HashPosition pos; member
/PHP-8.0/ext/spl/
H A Dphp_spl.c302 char *pos, *pos1; in PHP_FUNCTION() local
422 HashPosition pos; in spl_perform_autoload() local
/PHP-8.0/ext/com_dotnet/
H A Dcom_wrapper.c444 HashPosition pos; in generate_dispids() local
584 HashPosition pos; in php_com_wrapper_export_as_sink() local
/PHP-8.0/main/streams/
H A Dmemory.c378 zend_off_t pos = php_stream_tell(ts->innerstream); in php_stream_temp_write() local
486 zend_off_t pos; in php_stream_temp_cast() local
/PHP-8.0/ext/hash/
H A Dhash.c127 static inline size_t align_to(size_t pos, size_t alignment) { in align_to()
133 const char **specp, size_t *pos, size_t *sz, size_t *max_alignment) { in parse_serialize_spec()
227 size_t pos = 0, max_alignment = 1; in php_hash_serialize_spec() local
275 size_t pos = 0, max_alignment = 1, j = 0; in php_hash_unserialize_spec() local
/PHP-8.0/ext/json/
H A Djson_encoder.c261 size_t pos, checkpoint; in php_json_escape_string() local

Completed in 114 milliseconds

12345