Home
last modified time | relevance | path

Searched defs:size (Results 126 – 150 of 171) sorted by last modified time

1234567

/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c470 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) in cdf_count_chain()
1098 cdf_dump_sat(const char *prefix, const cdf_sat_t *sat, size_t size) in cdf_dump_sat()
/PHP-5.5/ext/exif/
H A Dexif.c1493 size_t size; member
1505 size_t size; member
1512 size_t size; member
1608 static int exif_file_sections_add(image_info_type *ImageInfo, int type, size_t size, uchar *data) in exif_file_sections_add()
3318 size_t fpos, size, got, itemlen; in exif_scan_JPEG_header() local
/PHP-5.5/ext/ereg/
H A Dereg.c636 int err, size, copts = 0; in php_split() local
/PHP-5.5/ext/ereg/regex/
H A Dregcomp.c1464 enlarge(p, size) in enlarge() argument
/PHP-5.5/ext/dom/
H A Ddocument.c1807 int size, format, saveempty = 0; in PHP_FUNCTION() local
2329 int size = 0, format; in PHP_FUNCTION() local
/PHP-5.5/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-5.5/ext/dba/
H A Ddba_cdb.c215 # define cdb_file_read(fildes, buf, size) php_stream_read(fildes, buf, size) argument
217 # define cdb_file_read(fildes, buf, size) read(fildes, buf, size) argument
/PHP-5.5/ext/curl/
H A Dinterface.c1292 static size_t curl_write_nothing(char *data, size_t size, size_t nmemb, void *ctx) in curl_write_nothing()
1300 static size_t curl_write(char *data, size_t size, size_t nmemb, void *ctx) in curl_write()
1525 static size_t curl_read(char *data, size_t size, size_t nmemb, void *ctx) in curl_read()
1601 static size_t curl_write_header(char *data, size_t size, size_t nmemb, void *ctx) in curl_write_header()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c482 ULARGE_INTEGER size; in CPH_METHOD() local
/PHP-5.5/ext/bz2/
H A Dbz2.c548 unsigned __int64 size = 0; in PHP_FUNCTION() local
550 unsigned long long size = 0; in PHP_FUNCTION() local
H A Dbz2_filter.c54 static void *php_bz2_alloc(void *opaque, int items, int size) in php_bz2_alloc()
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Ddiv.c48 _one_mult (num, size, digit, result) in _one_mult() argument
H A Doutput.c61 bc_out_long (val, size, space, out_char) in bc_out_long() argument
/PHP-5.5/Zend/
H A Dzend_static_allocator.c31 inline static char *block_allocate(Block *block, zend_uint size) in block_allocate()
53 char *static_allocator_allocate(StaticAllocator *sa, zend_uint size) in static_allocator_allocate()
H A Dzend_string.c43 size_t size = 1024 * 1024; in zend_interned_strings_init() local
H A Dzend_ts_hash.c267 …(TsHashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy()
276 …sh(HashTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size) in zend_ts_hash_copy_to_hash()
283 …arget, TsHashTable *source, copy_ctor_func_t pCopyConstructor, void *tmp, uint size, int overwrite) in zend_ts_hash_merge()
292 …hTable *target, TsHashTable *source, copy_ctor_func_t pCopyConstructor, uint size, merge_checker_f… in zend_ts_hash_merge_ex()
H A Dzend_stack.c33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element, int size) in zend_stack_push()
H A Dzend_stream.c183 size_t size; local
H A Dzend_objects_API.h54 zend_uint size; member
H A Dzend_opcode.c46 static void op_array_alloc_ops(zend_op_array *op_array, zend_uint size) in op_array_alloc_ops()
H A Dzend_multibyte.c186 size_t size = 0; in zend_multibyte_set_script_encoding_by_string() local
H A Dzend_language_scanner.l481 size_t size, offset = 0; in open_file_for_scanning() local
656 size_t size; in zend_prepare_string_for_scanning() local
H A Dzend_llist.c26 ZEND_API void zend_llist_init(zend_llist *l, size_t size, llist_dtor_func_t dtor, unsigned char per… in zend_llist_init()
H A Dzend_llist.h41 size_t size; member
H A Dzend_modules.h74 unsigned short size; member

Completed in 87 milliseconds

1234567