Home
last modified time | relevance | path

Searched defs:ptr (Results 26 – 50 of 155) sorted by relevance

1234567

/php-src/ext/date/lib/
H A Dparse_iso_intervals.c75 uchar *lim, *str, *ptr, *cur, *tok, *pos; member
108 static timelib_sll timelib_get_nr(const char **ptr, int max_length) in timelib_get_nr()
134 static timelib_ull timelib_get_unsigned_nr(const char **ptr, int max_length) in timelib_get_unsigned_nr()
174 const char *ptr = NULL; in scan() local
/php-src/ext/sysvshm/
H A Dsysvshm.c366 static int php_put_shm_data(sysvshm_chunk_head *ptr, zend_long key, const char *data, zend_long len) in php_put_shm_data()
394 static zend_long php_check_shm_data(sysvshm_chunk_head *ptr, zend_long key) in php_check_shm_data()
422 static int php_remove_shm_data(sysvshm_chunk_head *ptr, zend_long shm_varpos) in php_remove_shm_data()
/php-src/ext/com_dotnet/
H A Dcom_iterator.c85 zval ptr; in com_iter_move_forwards() local
142 zval ptr; in php_com_iter_get() local
/php-src/TSRM/
H A Dtsrm_win32.c65 shm_pair *ptr; in tsrm_win32_dtor() local
374 process_pair *ptr; in process_get() local
400 shm_pair *ptr; in shm_get() local
676 for (shm_pair *ptr = TWG(shm); ptr < (TWG(shm) + TWG(shm_size)); ptr++) { in shmget() local
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitUtils.c178 void *ptr; in sljit_allocate_stack() local
242 void *ptr; in sljit_allocate_stack() local
H A DsljitConfigInternal.h139 #define SLJIT_FREE(ptr, allocator_data) free(ptr) argument
562 #define SLJIT_BUILTIN_FREE_EXEC(ptr, exec_allocator_data) sljit_free_exec(ptr) argument
569 #define SLJIT_FREE_EXEC(ptr, exec_allocator_data) SLJIT_BUILTIN_FREE_EXEC((ptr), (exec_allocator_da… argument
574 #define SLJIT_EXEC_OFFSET(ptr) sljit_exec_offset(ptr) argument
580 #define SLJIT_EXEC_OFFSET(ptr) 0 argument
/php-src/Zend/
H A Dzend_weakrefs.h35 …c zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *ptr) { in zend_weakrefs_hash_add_ptr()
H A Dzend_weakrefs.c68 void *ptr, uintptr_t tag, zend_object *object) in zend_weakref_unref_single()
82 void *ptr = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_unref() local
128 void *ptr = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_unregister() local
223 void *ptr = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_find() local
530 void *ptr = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakmap_get_object_key_entry_gc() local
565 void *ptr = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakmap_get_object_entry_gc() local
H A Dzend_highlight.c52 const unsigned char *ptr = (const unsigned char*)s, *end = ptr + len; in zend_html_puts() local
H A Dzend_gc.c149 #define GC_GET_PTR(ptr) \ argument
152 #define GC_IS_ROOT(ptr) \ argument
154 #define GC_IS_UNUSED(ptr) \ argument
156 #define GC_IS_GARBAGE(ptr) \ argument
158 #define GC_IS_DTOR_GARBAGE(ptr) \ argument
161 #define GC_MAKE_GARBAGE(ptr) \ argument
163 #define GC_MAKE_DTOR_GARBAGE(ptr) \ argument
168 #define GC_PTR2IDX(ptr) ((ptr) - GC_G(buf)) argument
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_objects_API.c192 void *ptr; in zend_objects_store_del() local
/php-src/ext/soap/
H A Dphp_schema.c321 sdlTypePtr newType, ptr; in schema_simpleType() local
355 sdlTypePtr newType, ptr; in schema_simpleType() local
1379 sdlTypePtr newType, ptr; in schema_complexType() local
1413 sdlTypePtr newType, ptr; in schema_complexType() local
2560 void delete_restriction_var_int(sdlRestrictionIntPtr ptr) in delete_restriction_var_int()
2567 void delete_restriction_var_int_persistent(sdlRestrictionIntPtr ptr) in delete_restriction_var_int_persistent()
2574 void delete_restriction_var_char_int(sdlRestrictionCharPtr ptr) in delete_restriction_var_char_int()
2589 void delete_restriction_var_char_persistent_int(sdlRestrictionCharPtr ptr) in delete_restriction_var_char_persistent_int()
/php-src/sapi/phpdbg/
H A Dphpdbg_btree.c29 # define pefree(ptr, persistent) free(ptr) argument
144 int phpdbg_btree_insert_or_update(phpdbg_btree *tree, zend_ulong idx, void *ptr, int flags) { in phpdbg_btree_insert_or_update()
H A Dphpdbg_sigsafe.c27 static void zend_mm_mem_free(zend_mm_storage *storage, void *ptr, size_t size) { in zend_mm_mem_free()
/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorCore.c249 SLJIT_API_FUNC_ATTRIBUTE void sljit_free_exec(void* ptr) in sljit_free_exec()
326 SLJIT_API_FUNC_ATTRIBUTE sljit_sw sljit_exec_offset(void* ptr) in sljit_exec_offset()
/php-src/ext/opcache/
H A Dzend_file_cache.c114 #define IS_SERIALIZED_INTERNED(ptr) \ argument
120 #define IS_SERIALIZED(ptr) \ argument
122 #define IS_UNSERIALIZED(ptr) \ argument
125 #define SERIALIZE_PTR(ptr) do { \ argument
131 #define UNSERIALIZE_PTR(ptr) do { \ argument
137 #define SERIALIZE_STR(ptr) do { \ argument
152 #define UNSERIALIZE_STR(ptr) do { \ argument
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.h37 xmlTextWriterPtr ptr; member
/php-src/ext/intl/
H A Dintl_common.h35 # define eurealloc(ptr, size) (UChar*)erealloc((ptr), size * sizeof(UChar)) argument
/php-src/ext/xmlreader/
H A Dphp_xmlreader.h42 xmlTextReaderPtr ptr; member
/php-src/ext/bcmath/libbcmath/src/
H A Dstr2num.c82 const char *ptr = str; in bc_str2num() local
/php-src/ext/ffi/
H A Dffi.c194 void *ptr; member
1376 void *ptr; in zend_ffi_cdata_read_dim() local
1433 void *ptr; in zend_ffi_cdata_write_dim() local
1795 char *ptr; in zend_ffi_add() local
1952 void *ptr; in zend_ffi_cdata_it_get_current_data() local
3757 void *ptr; in ZEND_METHOD() local
3919 void *ptr; in ZEND_METHOD() local
4522 void *ptr; in ZEND_METHOD() local
4553 void *ptr; in ZEND_METHOD() local
4809 zend_ffi_field *ptr; in ZEND_METHOD() local
[all …]
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c85 PCRE2_SPTR ptr = *ptrptr; in find_text_end() local
242 PCRE2_SPTR ptr; in pcre2_substitute() local
/php-src/ext/ftp/
H A Dftp.c795 char *ptr; in ftp_pasv() local
937 char *ptr = data->buf; in ftp_get() local
985 char *ptr = data->buf; in ftp_send_stream_to_data_socket() local
1178 char *ptr; in ftp_mdtm() local
2003 char *ptr; in ftp_genlist() local
2172 char *ptr; in ftp_nb_continue_read() local
/php-src/sapi/embed/
H A Dphp_embed.c77 const char *ptr = str; in php_embed_ub_write() local

Completed in 86 milliseconds

1234567