Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/soap/
H A Dsoap.c1499 int num_params = 0, size, i, call_status = 0; local
2069 int size; local
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c1081 size_t size; member
/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_64.c1528 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeMIPS_common.c1264 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativePPC_common.c1672 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeTILEGX_64.c2555 void *instruction, sljit_si size) in sljit_emit_op_custom()
H A DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h200 size_t size; /* size of used shared memory */ member
/PHP-5.5/ext/standard/
H A Dbasic_functions.c4038 int size; in PHP_FUNCTION() local
H A Dhtml_tables.h1102 unsigned size; /* number of remaining entries in the table */ member
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c405 int size; in mysqli_stmt_bind_result_do_bind() local
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregparse.c342 onig_st_init_strend_table_with_size(int size) in onig_st_init_strend_table_with_size()
1743 int size = (n - high) * 2 * SIZE_CODE_POINT; in add_code_range_to_buf() local
H A Dregexec.c421 onig_set_match_stack_limit_size(unsigned int size) in onig_set_match_stack_limit_size()
/PHP-5.5/ext/gd/
H A Dgd.c3518 int ch = 0, col, x, y, size, i, l = 0; in php_imagechar() local
4116 long _fg, _bg, x, y, size, space = 0, aa_steps = 4, width = 0; in PHP_FUNCTION() local
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c9007 size_t size; in pcre_compile2() local
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
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h59 unsigned int size; member
270 size_t size; member
/PHP-5.5/ext/spl/
H A Dspl_directory.c2898 long size; in SPL_METHOD() local
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c16543 SQLITE_PRIVATE int sqlite3OsTruncate(sqlite3_file *id, i64 size){ in sqlite3OsTruncate()
18006 u32 size, hash; in memsys3Unlink() local
18040 u32 size, hash; in memsys3Link() local
18154 u32 iNext, prev, size, i, x; in memsys3Merge() local
18277 u32 size, x; in memsys3FreeUnsafe() local
18431 u32 size; in sqlite3Memsys3Dump() local
18819 u32 size, iLogsize; in memsys5FreeUnsafe() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c4804 static char *php_mail_gets(readfn_t f, void *stream, unsigned long size, GETS_DATA *md) /* {{{ */ in php_mail_gets()
/PHP-5.5/Zend/
H A Dzend_compile.c3234 #define REALLOC_BUF_IF_EXCEED(buf, offset, length, size) \ argument

Completed in 593 milliseconds

1234567