Home
last modified time | relevance | path

Searched refs:size (Results 551 – 567 of 567) sorted by relevance

1...<<212223

/PHP-5.4/
H A DNEWS455 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 Dconfigure.in974 [ --enable-fd-setsize Set size of descriptor sets], no, no)
/PHP-5.4/ext/sqlite3/libsqlite/
H A Dsqlite3.h736 int (*xTruncate)(sqlite3_file*, sqlite3_int64 size);
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.c336 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 DHISTORY300 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 Dgrepoutput640 pcregrep: check the --buffer-size option
/PHP-5.4/ext/xml/
H A Dxml.c520 fci.size = sizeof(fci); in xml_call_handler()
/PHP-5.4/ext/mysqli/
H A Dmysqli.c1277 fci.size = sizeof(fci); in php_mysqli_fetch_into_hash()
/PHP-5.4/ext/pdo/
H A Dpdo_dbh.c465 fci.size = sizeof(zend_fcall_info); in pdo_stmt_construct()
/PHP-5.4/ext/oci8/
H A Doci8.c989 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 DsljitNativeTILEGX-encoder.c8371 #define BITFIELD(start, size) ((start) | (((1 << (size)) - 1) << 6)) argument
/PHP-5.4/ext/pcre/pcrelib/
H A DHACKING69 pass to calculate a maximum store size, and then a second pass to do the real
/PHP-5.4/ext/mysql/
H A Dphp_mysql.c2166 fci.size = sizeof(fci);
/PHP-5.4/Zend/
H A Dzend_compile.c3042 #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 Dthttpd_patch1345 if ( m->size == 0 )
/PHP-5.4/ext/pgsql/
H A Dpgsql.c2681 fci.size = sizeof(fci);
/PHP-5.4/ext/standard/
H A Dhtml_tables.h1102 unsigned size; /* number of remaining entries in the table */ member

Completed in 274 milliseconds

1...<<212223