Home
last modified time | relevance | path

Searched refs:size_t (Results 626 – 649 of 649) sorted by relevance

1...<<212223242526

/PHP-7.2/
H A Dacinclude.m41271 PHP_DOES_PWRITE_WORK([ssize_t pwrite(int, void *, size_t, off64_t);])
1293 PHP_DOES_PREAD_WORK([ssize_t pread(int, void *, size_t, off64_t);])
1773 __ssize_t reader(void *cookie, char *buffer, size_t size)
1775 __ssize_t writer(void *cookie, const char *buffer, size_t size)
H A Dconfigure.ac534 AC_CHECK_SIZEOF(size_t, 8)
H A DNEWS2604 . Fixed bug #72541 (size_t overflow lead to heap corruption). (Stas).
2828 . Fixed bug #72551, bug #72552 (In correct casting from size_t to int lead to
H A Dltmain.sh5041 void * xmalloc (size_t num);
/PHP-7.2/ext/soap/
H A Dphp_encoding.c790 size_t i, j; in to_zval_hexbin()
951 size_t i, j; in to_xml_hexbin()
2438 size_t i = 0; in to_xml_array()
2875 size_t buf_len=64, real_len; in to_xml_datetime_ex()
/PHP-7.2/ext/spl/
H A Dspl_dllist.c1182 size_t buf_len; in SPL_METHOD()
H A Dspl_iterators.c1112 size_t prefix_len; in SPL_METHOD()
1153 size_t postfix_len; in SPL_METHOD()
H A Dspl_array.c1781 size_t buf_len; in SPL_METHOD()
/PHP-7.2/ext/pcntl/
H A Dpcntl.c922 size_t path_len; in PHP_FUNCTION()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_optimizer.c220 int zend_optimizer_is_disabled_func(const char *name, size_t len) { in zend_optimizer_is_disabled_func()
H A Dzend_func_info.c1257 size_t i; in zend_func_info_startup()
/PHP-7.2/Zend/
H A Dzend_language_parser.y32 #define YYSIZE_T size_t
H A Dzend_vm_def.h317 size_t len = ZSTR_LEN(op1_str);
2717 size_t len = ZSTR_LEN(op1_str);
2866 size_t len = 0;
5953 size_t prop_name_len;
6118 size_t prop_name_len;
6452 if (EXPECTED(lval >= 0) && (size_t)lval < Z_STRLEN_P(container)) {
7803 …ZEND_ASSERT(zend_vm_calc_used_stack(2, fbc->common.prototype) <= (size_t)(((char*)EG(vm_stack_end)…
H A Dzend_vm_execute.h4407 size_t len = ZSTR_LEN(op1_str);
5203 size_t len = ZSTR_LEN(op1_str);
8525 size_t len = ZSTR_LEN(op1_str);
9254 size_t len = ZSTR_LEN(op1_str);
10581 size_t len = ZSTR_LEN(op1_str);
11276 size_t len = ZSTR_LEN(op1_str);
13679 size_t len = 0;
15031 size_t len = 0;
15554 size_t len = 0;
16919 size_t prop_name_len;
[all …]
H A Dzend_ini_scanner.c282 size_t size; in zend_ini_open_file_for_scanning()
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativePPC_common.c54 _sync_cache_range((caddr_t)from, (int)((size_t)to - (size_t)from)); in ppc_cache_flush()
/PHP-7.2/ext/imap/
H A Dphp_imap.c96 void *fs_get(size_t size);
3953 size_t offset, bufferLen = 0; in _php_imap_mail()
3954 size_t bt_len; in _php_imap_mail()
/PHP-7.2/ext/dom/
H A Dphp_dom.c302 static void dom_register_prop_handler(HashTable *prop_handler, char *name, size_t name_len, dom_rea… in dom_register_prop_handler()
/PHP-7.2/ext/date/lib/
H A Dparse_date.re1793 timelib_time* timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli…
1909 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta…
H A Dparse_date.c24899 timelib_time* timelib_strtotime(char *s, size_t len, timelib_error_container **errors, const timeli… in timelib_strtotime()
25015 timelib_time *timelib_parse_from_format(char *format, char *string, size_t len, timelib_error_conta… in timelib_parse_from_format()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c21929 size_t i,j; in strftimeFunc()
22989 size_t len; in sqlite3MemInit()
26958 memset(p, 0, (size_t)n);
27115 size_t n;
33008 #define osMremap ((void*(*)(void*,size_t,size_t,int,...))aSyscall[24].pCurrent)
39485 size_t readLen = 0;
39486 size_t pathLen = 0;
45305 size_t i, j;
193573 size_t nCopy;
193820 size_t nName;
[all …]
/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c822 size_t weights_size; in _gdContributionsAlloc()
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt294 void *(*pcre16_malloc)(size_t);
298 void *(*pcre16_stack_malloc)(size_t);
625 void *(*pcre32_malloc)(size_t);
629 void *(*pcre32_stack_malloc)(size_t);
1680 void *(*pcre_malloc)(size_t);
1684 void *(*pcre_stack_malloc)(size_t);
2716 size_t length;
2842 ment should point to a size_t variable.
9571 size_t nmatch, regmatch_t pmatch[], int eflags);
9572 size_t regerror(int errcode, const regex_t *preg,
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog555 6. Inserted two casts and changed some ints to size_t in the light of some
1184 structure could go wrong in environments where size_t is not the same size
2210 size_t is 64-bit (#991).
4117 contained two bugs: (a) use of int instead of size_t, and (b) it was not
4690 size_t, but the inclusion of the header that defines size_t was later. I've
4977 (size_t) cast to one statement in pcretest and one in pcreposix to avoid
5261 created by pcre_study(). The fourth argument should point to a size_t variable.

Completed in 1072 milliseconds

1...<<212223242526