Home
last modified time | relevance | path

Searched defs:size (Results 26 – 50 of 181) sorted by relevance

12345678

/PHP-7.4/main/
H A Dmergesort.c103 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
263 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
334 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void *)) in insertionsort()
/PHP-7.4/ext/dba/libflatfile/
H A Dflatfile.c108 size_t size = key_datum.dsize; in flatfile_delete() local
164 size_t size = key_datum.dsize; in flatfile_findkey() local
/PHP-7.4/TSRM/
H A DTSRM.c41 size_t size; member
296 TSRM_API ts_rsrc_id ts_allocate_id(ts_rsrc_id *rsrc_id, size_t size, ts_allocate_ctor ctor, ts_allo… in ts_allocate_id()
334 TSRM_API void tsrm_reserve(size_t size) in tsrm_reserve()
342 TSRM_API ts_rsrc_id ts_allocate_fast_id(ts_rsrc_id *rsrc_id, size_t *offset, size_t size, ts_alloca… in ts_allocate_fast_id()
804 int size; in tsrm_error() local
/PHP-7.4/Zend/
H A Dzend_stream.c152 size_t size = 0; in zend_stream_fixup() local
164 size_t size = 0, remain = 4*1024; in zend_stream_fixup() local
H A Dzend_string.c122 …ring *zend_interned_string_ht_lookup_ex(zend_ulong h, const char *str, size_t size, HashTable *int… in zend_interned_string_ht_lookup_ex()
254 static zend_string* ZEND_FASTCALL zend_string_init_interned_permanent(const char *str, size_t size,… in zend_string_init_interned_permanent()
270 static zend_string* ZEND_FASTCALL zend_string_init_interned_request(const char *str, size_t size, i… in zend_string_init_interned_request()
H A Dzend_extensions.c283 size_t size; member
297 size_t size = extension->op_array_persist(data->op_array, data->mem); in zend_extension_op_array_persist_handler() local
H A Dzend_stack.h24 int size, top, max; member
/PHP-7.4/ext/gd/libgd/
H A Dgd_wbmp.c193 gdImagePtr gdImageCreateFromWBMPPtr (int size, void *data) in gdImageCreateFromWBMPPtr()
215 void * gdImageWBMPPtr (gdImagePtr im, int *size, int fg) in gdImageWBMPPtr()
H A Dgd_io_dp.c95 void * gdDPExtractData (struct gdIOCtx *ctx, int *size) in gdDPExtractData()
201 dynamicPutbuf (struct gdIOCtx *ctx, const void *buf, int size) in dynamicPutbuf()
296 static int appendDynamic (dynamicPtr * dp, const void *src, int size) in appendDynamic()
H A Dgd_io.c181 int gdPutBuf (const void *buf, int size, gdIOCtx * ctx) in gdPutBuf()
188 int gdGetBuf (void *buf, int size, gdIOCtx * ctx) in gdGetBuf()
H A Dgd_gd.c155 gdImagePtr gdImageCreateFromGdPtr (int size, void *data) in gdImageCreateFromGdPtr()
272 void *gdImageGdPtr (gdImagePtr im, int *size) in gdImageGdPtr()
H A Dbmp.h55 int size; member
92 signed int size; member
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_substring.c125 PCRE2_SIZE size; in pcre2_substring_copy_bynumber() local
213 PCRE2_SIZE size; in pcre2_substring_get_bynumber() local
376 PCRE2_SIZE size; in pcre2_substring_list_get() local
H A Dpcre2_error.c296 pcre2_get_error_message(int enumber, PCRE2_UCHAR *buffer, PCRE2_SIZE size) in pcre2_get_error_message()
/PHP-7.4/ext/filter/
H A Dfilter.c161 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in ZEND_GET_MODULE() local
345 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in php_find_filter() local
864 int i, size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
883 int size = sizeof(filter_list) / sizeof(filter_list_entry); in PHP_FUNCTION() local
/PHP-7.4/ext/hash/sha3/generic64lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
/PHP-7.4/ext/hash/sha3/generic32lc/
H A DKeccakSponge.h133 #define KCP_DeclareSpongeStructure(prefix, size, alignment) \ argument
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_str.h6 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename()
/PHP-7.4/win32/
H A Dsockets.c33 int size = sizeof(address); in socketpair() local
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_win.c24 int mprotect(void *addr, size_t size, int protection) { in mprotect()
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.h54 size_t size; /* size of allocated buffer */ member
H A Dxml_element.c272 static int xml_elem_writefunc(int (*fptr)(void *data, const char *text, int size), const char *text… in xml_elem_writefunc()
369 …nt_serialize(xml_element *el, int (*fptr)(void *data, const char *text, int size), void *data, XML… in xml_element_serialize()
495 static int file_out_fptr(void *f, const char *text, int size) in file_out_fptr()
502 static int simplestring_out_fptr(void *f, const char *text, int size) in simplestring_out_fptr()
/PHP-7.4/ext/spl/
H A Dspl_fixedarray.c44 zend_long size; member
81 static void spl_fixedarray_init(spl_fixedarray *array, zend_long size) /* {{{ */ in spl_fixedarray_init()
94 static void spl_fixedarray_resize(spl_fixedarray *array, zend_long size) /* {{{ */ in spl_fixedarray_resize()
550 zend_long size = 0; in SPL_METHOD() local
586 int size = zend_hash_num_elements(intern_ht); in SPL_METHOD() local
735 zend_long size; in SPL_METHOD() local
/PHP-7.4/ext/phar/
H A Dtar.h46 char size[12]; /* length of file in bytes */ member
70 char size[12]; /* length of file in bytes */ member
/PHP-7.4/ext/standard/
H A Dpack.c85 static void php_pack(zval *val, size_t size, int *map, char *output) in php_pack()
692 static zend_long php_unpack(char *data, size_t size, int issigned, int *map) in php_unpack()
760 int size=0; in PHP_FUNCTION() local
1281 int size = sizeof(Z_LVAL(val)); in PHP_MINIT_FUNCTION() local

Completed in 57 milliseconds

12345678