Home
last modified time | relevance | path

Searched defs:pos (Results 76 – 100 of 135) sorted by relevance

123456

/php-src/ext/opcache/jit/ir/
H A Dir_private.h574 uint32_t pos; member
840 uint32_t pos; member
1150 #define IR_LIVE_POS_TO_REF(pos) ((pos) / IR_SUB_REFS_COUNT) argument
1151 #define IR_LIVE_POS_TO_SUB_REF(pos) ((pos) % IR_SUB_REFS_COUNT) argument
1185 ir_live_pos pos; member
H A Dir.h488 uint32_t pos; member
567 void *pos; member
H A Dir_gcm.c719 uint32_t n1, n2, pos; in ir_xlat_binding() local
/php-src/ext/soap/
H A Dphp_encoding.c246 xmlChar *pos; in whiteSpace_collapse() local
2022 int *pos; in get_position_12() local
2063 static void get_position_ex(int dimension, const char* str, int** pos) in get_position_ex()
2080 int *pos; in get_position() local
2453 int* pos = NULL; in to_zval_array() local
/php-src/ext/date/lib/
H A Dparse_iso_intervals.c75 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
/php-src/win32/
H A Dsendmail.c198 char *pos = NULL; in TSendMail() local
H A Dioutil.c603 wchar_t *idx = *buf, canonicalw[MAXPATHLEN], _tmp[MAXPATHLEN], *pos = _tmp; in php_win32_ioutil_normalize_path_w() local
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtokenizer.h72 lxb_char_t *pos; member
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.c1169 …phpdbg_btree_position pos = phpdbg_btree_find_between(&PHPDBG_G(watchpoint_tree), page, page + php… local
1528 phpdbg_btree_position pos; local
H A Dphpdbg_utils.c303 uint32_t pos = 0, in phpdbg_get_prompt() local
/php-src/ext/opcache/
H A DZendAccelerator.c410 #define STRTAB_POS_TO_STR(tab, pos) \ argument
468 zend_string_table_pos_t pos; in accel_find_interned_string() local
503 zend_string_table_pos_t pos, *hash_slot; in accel_new_interned_string() local
578 zend_string_table_pos_t pos; in accel_find_interned_string_ex() local
/php-src/ext/ffi/
H A Dphp_ffi.h52 unsigned const char *pos; variable
/php-src/ext/tokenizer/
H A Dtokenizer.c123 zend_long pos = -1; in PHP_METHOD() local
/php-src/ext/readline/
H A Dreadline_cli.c599 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/php-src/ext/standard/
H A Dstring.c1384 static bool _is_basename_start(const char *start, const char *pos) in _is_basename_start()
2949 size_t len, pos, old_pos; local
3978 int pos = 0; local
4004 int pos = 0; local
5129 size_t pos; local
6221 size_t pos = len; local
6251 size_t pos = 0; local
H A Dpassword.c51 size_t pos = 0; in php_password_salt_to64() local
H A Dbrowscap.c363 size_t pos; in php_browscap_parser_cb() local
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c181 zend_off_t pos = lo_lseek64(self->conn, self->lfd, offset, whence); in pgsql_lob_seek() local
183 zend_off_t pos = lo_lseek(self->conn, self->lfd, offset, whence); in pgsql_lob_seek() local
/php-src/ext/phar/
H A Dzip.c1254 char *pos; in phar_zip_flush() local
/php-src/ext/spl/
H A Dspl_observer.c52 HashPosition pos; member
809 HashPosition pos; in PHP_METHOD() local
H A Dspl_directory.c283 #define IS_SLASH_AT(zs, pos) (IS_SLASH(zs[pos])) argument
839 zend_long pos; in PHP_METHOD() local
2529 zend_long pos, whence = SEEK_SET; in PHP_METHOD() local
/php-src/ext/com_dotnet/
H A Dcom_variant.c35 HashPosition pos; in safe_array_from_zval() local
/php-src/ext/fileinfo/libmagic/
H A Dcdf.c404 size_t pos; in cdf_read_sector() local
419 size_t pos; in cdf_read_short_sector() local
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h162 const lxb_char_t *pos; member
/php-src/Zend/
H A Dzend_generators.c618 HashPosition pos = Z_FE_POS(generator->values); in zend_generator_get_next_delegated_value() local

Completed in 138 milliseconds

123456