Home
last modified time | relevance | path

Searched defs:ptr (Results 101 – 125 of 136) sorted by last modified time

123456

/PHP-7.2/ext/fileinfo/libmagic/
H A Dcdf_time.c172 char *ptr = ctime_r(sec, buf); in cdf_ctime() local
H A Dcompress.c347 char *ptr = mktemp(buf); in file_pipe2file() local
H A Dfuncs.c550 char *ptr, *eptr; in file_printable() local
/PHP-7.2/ext/fileinfo/
H A Dfileinfo.c52 php_fileinfo *ptr; member
/PHP-7.2/ext/dom/
H A Dxml_common.h30 void *ptr; member
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.c77 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
110 static timelib_sll timelib_get_nr(char **ptr, int max_length) in timelib_get_nr()
135 static timelib_ull timelib_get_unsigned_nr(char **ptr, int max_length) in timelib_get_unsigned_nr()
174 char *str, *ptr = NULL; in scan() local
H A Dparse_date.c137 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
377 static timelib_sll timelib_meridian(char **ptr, timelib_sll h) in timelib_meridian()
476 static timelib_sll timelib_get_nr(char **ptr, int max_length) in timelib_get_nr()
481 static void timelib_skip_day_suffix(char **ptr) in timelib_skip_day_suffix()
570 static timelib_long timelib_lookup_month(char **ptr) in timelib_lookup_month()
594 static timelib_long timelib_get_month(char **ptr) in timelib_get_month()
602 static void timelib_eat_spaces(char **ptr) in timelib_eat_spaces()
609 static void timelib_eat_until_separator(char **ptr) in timelib_eat_until_separator()
743 static timelib_long timelib_parse_tz_cor(char **ptr) in timelib_parse_tz_cor()
852 char *str, *ptr = NULL; in scan() local
[all …]
/PHP-7.2/ext/com_dotnet/
H A Dcom_extension.c288 char *modifier, *ptr; in ZEND_GET_MODULE() local
H A Dcom_iterator.c89 zval ptr; in com_iter_move_forwards() local
145 zval ptr; in php_com_iter_get() local
/PHP-7.2/Zend/
H A Dzend_vm_execute.h3743 zval *ptr = EX_CONSTANT(opline->op1); local
26918 zval *ptr = NULL; local
34194 zval *ptr = _get_zval_ptr_cv_BP_VAR_R(opline->op1.var EXECUTE_DATA_CC); local
48984 zval *ptr = _get_zval_ptr_var(opline->op1.var, &free_op1 EXECUTE_DATA_CC); local
H A Dzend_virtual_cwd.c1858 char *ptr, *dir; in virtual_popen() local
H A Dzend_types.h170 void *ptr; member
322 #define HT_SET_DATA_ADDR(ht, ptr) do { \ argument
348 void *ptr; member
H A Dzend_operators.c2887 const char *ptr; local
H A Dzend_ptr_stack.c43 va_list ptr; in zend_ptr_stack_n_push() local
61 va_list ptr; in zend_ptr_stack_n_pop() local
H A Dzend_ptr_stack.h100 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push()
H A Dzend_language_scanner.c7580 YYCTYPE *ptr = memchr(YYCURSOR, '<', YYLIMIT - YYCURSOR); in lex_scan() local
H A Dzend_list.c34 ZEND_API zval *zend_list_insert(void *ptr, int type) in zend_list_insert()
H A Dzend_llist.c153 zend_llist_element *ptr; in zend_llist_copy() local
201 zend_llist_element *element, **ptr; in zend_llist_sort() local
H A Dzend_object_handlers.c510 uint32_t *ptr = (uint32_t*)Z_PTR_P(el); in zend_property_guard_dtor() local
521 uint32_t *ptr; in zend_get_property_guard() local
H A Dzend_objects_API.c183 void *ptr; in zend_objects_store_del() local
H A Dzend_generators.h54 } ptr; member
H A Dzend_hash.h1039 static zend_always_inline zval *_zend_hash_append_ptr(HashTable *ht, zend_string *key, void *ptr) in _zend_hash_append_ptr()
1061 static zend_always_inline void _zend_hash_append_ind(HashTable *ht, zend_string *key, zval *ptr) in _zend_hash_append_ind()
H A Dzend_highlight.c60 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
H A Dzend_execute.c200 void *ptr; in zend_vm_stack_extend() local
254 static zend_never_inline zval *_get_zval_cv_lookup(zval *ptr, uint32_t var, int type EXECUTE_DATA_D… in _get_zval_cv_lookup()
274 static zend_always_inline zval *_get_zval_cv_lookup_BP_VAR_R(zval *ptr, uint32_t var EXECUTE_DATA_D… in _get_zval_cv_lookup_BP_VAR_R()
280 static zend_always_inline zval *_get_zval_cv_lookup_BP_VAR_UNSET(zval *ptr, uint32_t var EXECUTE_DA… in _get_zval_cv_lookup_BP_VAR_UNSET()
286 static zend_always_inline zval *_get_zval_cv_lookup_BP_VAR_RW(zval *ptr, uint32_t var EXECUTE_DATA_… in _get_zval_cv_lookup_BP_VAR_RW()
293 static zend_always_inline zval *_get_zval_cv_lookup_BP_VAR_W(zval *ptr, uint32_t var EXECUTE_DATA_D… in _get_zval_cv_lookup_BP_VAR_W()
720 zend_execute_data *ptr = EG(current_execute_data)->prev_execute_data; in zend_verify_arg_error() local
915 zend_execute_data *ptr = EX(prev_execute_data); in zend_missing_arg_error() local
1932 zval *ptr = Z_OBJ_HT_P(container)->get_property_ptr_ptr(container, prop_ptr, type, cache_slot); in zend_fetch_property_address() local
2995 #define GET_OP1_UNDEF_CV(ptr, type) \ argument
[all …]
H A Dzend_execute.h335 #define CACHE_PTR(num, ptr) do { \ argument
344 #define CACHE_POLYMORPHIC_PTR(num, ce, ptr) do { \ argument
353 #define CACHE_PTR_EX(slot, ptr) do { \ argument
360 #define CACHE_POLYMORPHIC_PTR_EX(slot, ce, ptr) do { \ argument

Completed in 333 milliseconds

123456