Home
last modified time | relevance | path

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

123456

/php-src/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c182 int pos; in mbfl_filt_conv_html_dec() local
309 int status, pos = 0; in mbfl_filt_conv_html_dec_flush() local
/php-src/ext/opcache/
H A Dzend_accelerator_blacklist.h36 int pos; member
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.c29 size_t pos = 0; in ZEND_EXTERN_MODULE_GLOBALS() local
627 size_t pos = 0; in phpdbg_stack_resolve() local
/php-src/main/streams/
H A Dglob_wrapper.c110 const char *pos, *gpath = path; in php_glob_stream_path_split() local
220 const char *tmp, *pos; in php_glob_stream_opener() local
/php-src/ext/dom/lexbor/lexbor/core/
H A Davl.c149 lexbor_avl_node_rotate_right(lexbor_avl_node_t *pos) in lexbor_avl_node_rotate_right()
171 lexbor_avl_node_rotate_left(lexbor_avl_node_t *pos) in lexbor_avl_node_rotate_left()
H A Ddobject.c154 lexbor_dobject_by_absolute_position(lexbor_dobject_t *dobject, size_t pos) in lexbor_dobject_by_absolute_position()
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate_doctype.c518 const lxb_char_t *pos; in lxb_html_tokenizer_state_doctype_after_name_public() local
568 const lxb_char_t *pos; in lxb_html_tokenizer_state_doctype_after_name_system() local
/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c597 int pos = 0; in grapheme_extract_charcount_iter() local
637 int pos = 0; in grapheme_extract_bytecount_iter() local
827 int32_t pos, current, i, end_len = 0; in PHP_FUNCTION() local
/php-src/main/
H A Dgetopt.c88 const char *pos; in php_getopt() local
/php-src/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()
/php-src/ext/phar/
H A Dtar.c206 size_t pos = 0, read, totalsize; in phar_parse_tarfile() local
710 size_t pos; in phar_tar_writeheaders_int() local
1018 char *pos; in phar_tar_flush() local
/php-src/Zend/
H A Dzend_weakrefs.c623 HashPosition *pos = zend_weakmap_iterator_get_pos_ptr(iter); in zend_weakmap_iterator_valid() local
631 HashPosition *pos = zend_weakmap_iterator_get_pos_ptr(iter); in zend_weakmap_iterator_get_current_data() local
639 HashPosition *pos = zend_weakmap_iterator_get_pos_ptr(iter); in zend_weakmap_iterator_get_current_key() local
655 HashPosition *pos = zend_weakmap_iterator_get_pos_ptr(iter); in zend_weakmap_iterator_move_forward() local
663 HashPosition *pos = zend_weakmap_iterator_get_pos_ptr(iter); in zend_weakmap_iterator_rewind() local
H A Dzend_hash.c493 …tic zend_always_inline HashPosition _zend_hash_get_valid_pos(const HashTable *ht, HashPosition pos) in _zend_hash_get_valid_pos()
532 ZEND_API uint32_t ZEND_FASTCALL zend_hash_iterator_add(HashTable *ht, HashPosition pos) in zend_hash_iterator_add()
2725 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_reset_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_reset_ex()
2736 ZEND_API void ZEND_FASTCALL zend_hash_internal_pointer_end_ex(HashTable *ht, HashPosition *pos) in zend_hash_internal_pointer_end_ex()
2765 ZEND_API zend_result ZEND_FASTCALL zend_hash_move_forward_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_forward_ex()
2804 ZEND_API zend_result ZEND_FASTCALL zend_hash_move_backwards_ex(HashTable *ht, HashPosition *pos) in zend_hash_move_backwards_ex()
2838 …ey_ex(const HashTable *ht, zend_string **str_index, zend_ulong *num_index, const HashPosition *pos) in zend_hash_get_current_key_ex()
2862 …FASTCALL zend_hash_get_current_key_zval_ex(const HashTable *ht, zval *key, const HashPosition *pos) in zend_hash_get_current_key_zval_ex()
2885 ZEND_API int ZEND_FASTCALL zend_hash_get_current_key_type_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_key_type_ex()
2907 ZEND_API zval* ZEND_FASTCALL zend_hash_get_current_data_ex(HashTable *ht, HashPosition *pos) in zend_hash_get_current_data_ex()
/php-src/ext/mysqli/
H A Dmysqli_prop.c208 zend_llist_position pos; in link_error_list_read() local
347 zend_llist_position pos; in stmt_error_list_read() local
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c198 size_t pos; in mbfl_strcut() member
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c396 lxb_dom_node_t *pos; in lxb_html_tree_insert_foreign_element() local
709 lxb_dom_node_t *pos; in lxb_html_tree_insert_character_for_data() local
798 lxb_html_token_t *token, lxb_dom_node_t *pos) in lxb_html_tree_insert_comment()
1599 lxb_dom_node_t *pos; in lxb_html_tree_adoption_agency_algorithm() local
/php-src/ext/dba/libinifile/
H A Dinifile.h32 size_t pos; member
/php-src/ext/dba/libcdb/
H A Dcdb_make.h48 uint32 pos; member
/php-src/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-src/ext/dom/lexbor/lexbor/html/tree/insertion_mode/
H A Dforeign_content.c156 const lxb_char_t *pos = str.data; in lxb_html_tree_insertion_mode_foreign_content_text() local
/php-src/sapi/fpm/fpm/
H A Dfpm_log.c318 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-src/ext/dba/libflatfile/
H A Dflatfile.c107 size_t pos; in flatfile_delete() local
/php-src/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
887 char *pos = path_stop + pathlen_without_trailing_slash(path_start); in walk_down_the_path() local
1679 zend_llist_position pos; in PHP_FUNCTION() local

Completed in 138 milliseconds

123456