Searched refs:size (Results 551 – 567 of 567) sorted by relevance
1...<<212223
/PHP-5.4/ |
H A D | NEWS | 455 string size). (CVE-2014-3478) (Francisco Alonso, Jan Kaluza, Remi) 2027 . Reduced size of temp_variable. 2814 encoding with spaces after chunk size). (Dmitry) 2913 size). (Pierre, os at irj dot ru) 4222 - Fixed bug #47281 ($php_errormsg is limited in size of characters) 5875 - Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887). 6019 - Fixed size calculation in chunk_split(). (Stas) 6553 - Added support for hex numbers of any size. (Matt) 6642 - Fixed ftruncate() with negative size on FreeBSD. (Hannes) 6942 size of memory allocated from system. (Dmitry) [all …]
|
H A D | configure.in | 974 [ --enable-fd-setsize Set size of descriptor sets], no, no)
|
/PHP-5.4/ext/sqlite3/libsqlite/ |
H A D | sqlite3.h | 736 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regparse.c | 336 onig_st_init_strend_table_with_size(int size) in onig_st_init_strend_table_with_size() argument 338 return onig_st_init_table_with_size(&type_strend_hash, size); in onig_st_init_strend_table_with_size() 1718 int size = (n - high) * 2 * SIZE_CODE_POINT; in add_code_range_to_buf() local 1721 BBUF_MOVE_RIGHT(bbuf, from_pos, to_pos, size); in add_code_range_to_buf()
|
H A D | HISTORY | 300 2005/12/29: [dist] change pmatch array size to 25 in testconv.rb. 636 size 0 array initializer was compile error in VC++. 779 2004/06/17: [impl] should not use OP_REPEAT for (...)? even if target size
|
/PHP-5.4/ext/pcre/pcrelib/testdata/ |
H A D | grepoutput | 640 pcregrep: check the --buffer-size option
|
/PHP-5.4/ext/xml/ |
H A D | xml.c | 520 fci.size = sizeof(fci); in xml_call_handler()
|
/PHP-5.4/ext/mysqli/ |
H A D | mysqli.c | 1277 fci.size = sizeof(fci); in php_mysqli_fetch_into_hash()
|
/PHP-5.4/ext/pdo/ |
H A D | pdo_dbh.c | 465 fci.size = sizeof(zend_fcall_info); in pdo_stmt_construct()
|
/PHP-5.4/ext/oci8/ |
H A D | oci8.c | 989 PHP_FALIAS(size, oci_lob_size, arginfo_oci_lob_size_method) 1015 PHP_FALIAS(size, oci_collection_size, arginfo_oci_collection_size_method)
|
/PHP-5.4/ext/pcre/pcrelib/sljit/ |
H A D | sljitNativeTILEGX-encoder.c | 8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | HACKING | 69 pass to calculate a maximum store size, and then a second pass to do the real
|
/PHP-5.4/ext/mysql/ |
H A D | php_mysql.c | 2166 fci.size = sizeof(fci);
|
/PHP-5.4/Zend/ |
H A D | zend_compile.c | 3042 #define REALLOC_BUF_IF_EXCEED(buf, offset, length, size) \ argument 3043 if (UNEXPECTED(offset - buf + size >= length)) { \ 3044 length += size + 1; \
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd_patch | 1345 if ( m->size == 0 )
|
/PHP-5.4/ext/pgsql/ |
H A D | pgsql.c | 2681 fci.size = sizeof(fci);
|
/PHP-5.4/ext/standard/ |
H A D | html_tables.h | 1102 unsigned size; /* number of remaining entries in the table */ member
|
Completed in 300 milliseconds
1...<<212223