Home
last modified time | relevance | path

Searched defs:size (Results 101 – 125 of 171) sorted by relevance

1234567

/PHP-5.5/Zend/
H A Dzend_modules.h74 unsigned short 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.h202 # define do_alloca_ex(size, limit, use_heap) \ argument
204 # define do_alloca(size, use_heap) \ argument
678 #define STR_REALLOC(ptr, size) \ argument
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.h258 #define VCWD_GETCWD(buff, size) virtual_getcwd(buff, size TSRMLS_CC) argument
290 #define VCWD_GETCWD(buff, size) getcwd(buff, size) argument
H A Dtsrm_win32.c591 TSRM_API int shmget(int key, int size, int flags) in shmget()
/PHP-5.5/ext/interbase/
H A Dibase_blobs.c540 int size; in PHP_FUNCTION() local
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c79 unsigned long size; member
/PHP-5.5/ext/zip/lib/
H A Dzip.h195 zip_uint64_t size; /* size of file (uncompressed) */ member
H A Dzipint.h243 unsigned int size; /* size of central direcotry */ member
/PHP-5.5/ext/standard/
H A Dfile.c1362 int size = 0; in PHP_FUNCTION() local
1417 int size; in PHP_FUNCTION() local
1504 long size; in PHP_NAMED_FUNCTION() local
H A Dimage.c151 int size; in php_handle_bmp() local
888 int size; in php_handle_iff() local
/PHP-5.5/ext/readline/
H A Dreadline_cli.c589 size_t size = 4096, pos = 0, len; in readline_shell_run() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c142 long size; in ZEND_INI_MH() local
H A Dzend_accelerator_util_funcs.c824 …e *target, HashTable *source, unique_copy_ctor_func_t pCopyConstructor, uint size, int ignore_dups…
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c1134 sljit_si size, i, tmp; in sljit_emit_enter() local
1179 sljit_si size; in sljit_set_context() local
1539 void *instruction, sljit_si size) in sljit_emit_op_custom()
/PHP-5.5/main/
H A Dphp_streams.h301 #define php_stream_fill_read_buffer(stream, size) _php_stream_fill_read_buffer((stream), (size) TSR… argument
364 #define php_stream_set_chunk_size(stream, size) _php_stream_set_option((stream), PHP_STREAM_OPTION_… argument
419 #define php_stream_truncate_set_size(stream, size) _php_stream_truncate_set_size((stream), (size) T… argument
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dphp_ini.c424 int size; in php_init_config() local
/PHP-5.5/ext/ereg/
H A Dereg.c636 int err, size, copts = 0; in php_split() local
/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/mbstring/libmbfl/mbfl/
H A Dmbfilter.c2690 int f, n, s, r, d, size, *mapelm; in collector_encode_htmlnumericentity() local
2736 int f, n, s, r, d, size, *mapelm; in collector_decode_htmlnumericentity() local
2914 int f, n, s, r, d, size, *mapelm; in collector_encode_hex_htmlnumericentity() local
/PHP-5.5/ext/phar/
H A Dtar.c211 php_uint32 sum1, sum2, size, old; in phar_parse_tarfile() local
H A Dzip.c170 long size; in phar_parse_zipfile() local
/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c100 void * gdImageGifPtr (gdImagePtr im, int *size) in gdImageGifPtr()
/PHP-5.5/ext/com_dotnet/
H A Dcom_persist.c482 ULARGE_INTEGER size; in CPH_METHOD() local

Completed in 92 milliseconds

1234567