Home
last modified time | relevance | path

Searched defs:newsize (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dsimplestring.c197 size_t newsize = target->size, incr = 0; in simplestring_addn() local
/PHP-7.4/main/streams/
H A Dmemory.c234 size_t newsize; in php_stream_memory_set_option() local
H A Dstreams.c1411 PHPAPI int _php_stream_truncate_set_size(php_stream *stream, size_t newsize) in _php_stream_truncate_set_size()
/PHP-7.4/win32/
H A Dglob.c713 u_int newsize, len; local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_dfa_match.c429 uint32_t newsize = (rws->size >= UINT32_MAX/2)? UINT32_MAX/2 : rws->size * 2; in more_workspace() local
H A Dpcre2_match.c654 PCRE2_SIZE newsize = mb->frame_vector_size * 2; in match() local
H A Dpcre2_compile.c4577 uint32_t newsize = cb->named_group_list_size * 2; in parse_regex() local

Completed in 54 milliseconds