Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 171) sorted by last modified time

1234567

/PHP-5.5/win32/
H A Dsockets.c35 int size = sizeof(address); in socketpair() local
H A Dwinutil.c80 PHPAPI int php_win32_get_random_bytes(unsigned char *buf, size_t size) { /* {{{ */ in php_win32_get_random_bytes()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c378 static inline int allocateBuf( LSAPI_Request * pReq, int size ) in allocateBuf()
405 static int allocateRespHeaderBuf( LSAPI_Request * pReq, int size ) in allocateRespHeaderBuf()
1621 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1636 ssize_t gsendfile( int fdOut, int fdIn, off_t* off, size_t size ) in gsendfile()
1652 ssize_t gsendfile( int fdOut, int fdIn, off_t *off, size_t size ) in gsendfile()
1679 ssize_t gsendfile( int fdOut, int fdIn, off_t * off, size_t size ) in gsendfile()
1685 ssize_t LSAPI_sendfile_r( LSAPI_Request * pReq, int fdIn, off_t* off, size_t size ) in LSAPI_sendfile_r()
2575 int size = 4096; in lsapi_init_children_status() local
H A Dlsapilib.h332 static inline ssize_t LSAPI_sendfile( int fdIn, off_t* off, size_t size ) in LSAPI_sendfile()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_shm.c20 void *fpm_shm_alloc(size_t size) /* {{{ */ in fpm_shm_alloc()
44 int fpm_shm_free(void *mem, size_t size) /* {{{ */ in fpm_shm_free()
H A Dfpm_str.h8 static inline char *str_purify_filename(char *dst, char *src, size_t size) /* {{{ */ in str_purify_filename()
/PHP-5.5/main/streams/
H A Dcast.c63 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader()
72 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer()
96 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader()
105 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
H A Dphp_streams_int.h24 #define emalloc_rel_orig(size) \ argument
29 #define erealloc_rel_orig(ptr, size) \ argument
34 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size… argument
35 #define perealloc_rel_orig(ptr, size, persistent) ((persistent) ? realloc((ptr), (size)) : erealloc… argument
37 # define pemalloc_rel_orig(size, persistent) pemalloc((size), (persistent)) argument
38 # define perealloc_rel_orig(ptr, size, persistent) perealloc((ptr), (size), (persistent)) argument
39 # define emalloc_rel_orig(size) emalloc((size)) argument
H A Dplain_wrapper.c585 size_t size; in php_stdiop_set_option() local
/PHP-5.5/main/
H A Dphp_ini.c424 int size; in php_init_config() local
H A Dphp_output.h95 size_t size; member
134 size_t size; member
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 Dmain.c682 int size; in php_printf() local
H A Dmergesort.c105 PHPAPI int php_mergesort(void *base, size_t nmemb, size_t size, int (*cmp)(const void *, const void… in php_mergesort()
265 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup()
336 static void insertionsort(u_char *a, size_t n, size_t size, int (*cmp)(const void *, const void * T… in insertionsort()
H A Doutput.c815 static inline void php_output_context_feed(php_output_context *context, char *data, size_t size, si… in php_output_context_feed()
H A Dphp.h110 #define PHP_STRLCPY(dst, src, size, src_size) \ argument
H A Dalloca.c158 alloca (size) in alloca() argument
347 long *block, size; in i00afunc() local
421 long size, pseg, this_segment, stack; in i00afunc() local
/PHP-5.5/ext/zlib/
H A Dzlib.c53 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
621 int size; in PHP_FUNCTION() local
H A Dzlib_filter.c41 static voidpf php_zlib_alloc(voidpf opaque, uInt items, uInt size) in php_zlib_alloc()
H A Dphp_zlib.h42 size_t size; member
/PHP-5.5/ext/zip/lib/
H A Dzip_source_crc.c45 zip_uint64_t size; member
H A Dzip_source_deflate.c46 zip_uint64_t size; member
H A Dzipint.h243 unsigned int size; /* size of central direcotry */ member
H A Dzip.h195 zip_uint64_t size; /* size of file (uncompressed) */ member
H A Dzip_dirent.c227 zip_uint32_t size; in _zip_dirent_read() local

Completed in 113 milliseconds

1234567