Home
last modified time | relevance | path

Searched defs:size (Results 76 – 100 of 171) sorted by last modified time

1234567

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_internal.h2331 pcre_uint32 size; /* Total that was malloced */ member
2357 pcre_uint32 size; /* Total that was malloced */ member
2400 pcre_uint32 size; /* Total that was malloced */ member
H A Dpcre_compile.c9007 size_t size; in pcre_compile2() local
H A Dpcre_get.c336 int stringnumber, char *buffer, int size) in pcre_copy_substring()
392 char *buffer, int size) in pcre_copy_named_substring()
454 int size = sizeof(pcre_uchar *); in pcre_get_substring_list() local
/PHP-5.5/ext/opcache/
H A Dzend_shared_alloc.c107 static void copy_shared_segments(void *to, void *from, int count, int size) in copy_shared_segments()
297 void *zend_shared_alloc(size_t size) in zend_shared_alloc()
326 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size()
338 void *_zend_shared_memdup(void *source, size_t size, zend_bool free_source TSRMLS_DC) in _zend_shared_memdup()
H A Dzend_shared_alloc.h73 size_t size; member
142 #define ZEND_ALIGNED_SIZE(size) \ argument
H A Dzend_accelerator_blacklist.h35 int size; member
H A Dzend_accelerator_util_funcs.c824 …e *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor, uint size, int ignore_dups…
H A Dzend_persist.c31 #define zend_accel_store(p, size) \ argument
33 #define zend_accel_memdup(p, size) \ argument
H A Dzend_accelerator_module.c142 long size; in ZEND_INI_MH() local
H A DZendAccelerator.c678 static accel_time_t zend_get_file_handle_timestamp_win(zend_file_handle *file_handle, size_t *size) in zend_get_file_handle_timestamp_win()
897 size_t size = persistent_script->size; in zend_accel_script_checksum() local
1329 size_t size = 0; in compile_and_cache_file() local
H A DZendAccelerator.h200 size_t size; /* size of used shared memory */ member
/PHP-5.5/ext/oci8/
H A Doci8_interface.c1739 long size; local
2289 sb4 size = 0; local
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h59 unsigned int size; member
270 size_t size; member
H A Dmysqlnd_wireprotocol.h61 size_t size; member
H A Dmysqlnd_alloc.c117 void * _mysqlnd_pemalloc(size_t size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_pemalloc()
201 void * _mysqlnd_pecalloc(unsigned int nmemb, size_t size, zend_bool persistent MYSQLND_MEM_D) in _mysqlnd_pecalloc()
655 static void * mysqlnd_zend_mm_pemalloc(size_t size, zend_bool persistent MYSQLND_MEM_D) in mysqlnd_zend_mm_pemalloc()
671 static void * mysqlnd_zend_mm_pecalloc(unsigned int nmemb, size_t size, zend_bool persistent MYSQLN… in mysqlnd_zend_mm_pecalloc()
H A Dmysqlnd_alloc.h73 #define mnd_emalloc(size) mysqlnd_allocator.m_emalloc((size) MYSQLND_MEM_C) argument
74 #define mnd_pemalloc(size, pers) mysqlnd_allocator.m_pemalloc((size), (pers) MYSQLND_MEM_C) argument
75 #define mnd_ecalloc(nmemb, size) mysqlnd_allocator.m_ecalloc((nmemb), (size) MYSQLND_MEM_C) argument
76 #define mnd_pecalloc(nmemb, size, p) mysqlnd_allocator.m_pecalloc((nmemb), (size), (p) MYSQLND_MEM_… argument
81 #define mnd_malloc(size) mysqlnd_allocator.m_malloc((size) MYSQLND_MEM_C) argument
82 #define mnd_calloc(nmemb, size) mysqlnd_allocator.m_calloc((nmemb), (size) MYSQLND_MEM_C) argument
85 #define mnd_pestrndup(ptr, size, pers) mysqlnd_allocator.m_pestrndup((ptr), (size), (pers) MYSQLND_… argument
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c405 int size; in mysqli_stmt_bind_result_do_bind() local
/PHP-5.5/ext/mcrypt/
H A Dmcrypt.c1400 long size; in PHP_FUNCTION() local
/PHP-5.5/ext/mbstring/ucgendat/
H A Ducgendat.c103 ac_uint2 size; member
122 ac_uint2 size; member
450 ac_uint4 i, j, size; in add_decomp() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregposerr.c73 size_t size) in regerror()
H A Dst.c104 new_size(size) in new_size() argument
142 st_init_table_with_size(type, size) in st_init_table_with_size() argument
180 st_init_numtable_with_size(size) in st_init_numtable_with_size() argument
193 st_init_strtable_with_size(size) in st_init_strtable_with_size() argument
H A Dregcomp.c139 onig_bbuf_init(BBuf* buf, int size) in onig_bbuf_init()
159 unset_addr_list_init(UnsetAddrList* uslist, int size) in unset_addr_list_init()
182 int size; in unset_addr_list_add() local
H A Dregenc.c844 int size; in resize_property_list() local
H A Dregexec.c421 onig_set_match_stack_limit_size(unsigned int size) in onig_set_match_stack_limit_size()
H A Dreggnu.c44 re_adjust_startpos(regex_t* reg, const char* string, int size, in re_adjust_startpos()
64 re_match(regex_t* reg, const char* str, int size, int pos, in re_match()
72 re_search(regex_t* bufp, const char* string, int size, int startpos, int range, in re_search()
82 re_compile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_compile_pattern()
98 re_recompile_pattern(const char* pattern, int size, regex_t* reg, char* ebuf) in re_recompile_pattern()

Completed in 141 milliseconds

1234567