Home
last modified time | relevance | path

Searched refs:total_len (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/ext/standard/
H A Duuencode.c132 size_t len, total_len=0; in php_uudecode() local
150 total_len += len; in php_uudecode()
177 if ((len = total_len) > (size_t)(p - ZSTR_VAL(dest))) { in php_uudecode()
187 ZSTR_LEN(dest) = total_len; in php_uudecode()
/PHP-7.4/ext/iconv/
H A Diconv.c811 size_t total_len; in _php_iconv_substr() local
814 err = _php_iconv_strlen(&total_len, str, nbytes, enc); in _php_iconv_substr()
820 if ((len += (total_len - offset)) < 0) { in _php_iconv_substr()
826 if ((offset += total_len) < 0) { in _php_iconv_substr()
831 if((size_t)len > total_len) { in _php_iconv_substr()
832 len = total_len; in _php_iconv_substr()
836 if ((size_t)offset > total_len) { in _php_iconv_substr()
840 if ((size_t)(offset + len) > total_len ) { in _php_iconv_substr()
842 len = total_len - offset; in _php_iconv_substr()
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1169 total_len += len + 1; \
1189 size_t total_len = 0; in php_mysqlnd_rset_field_read() local
1293 root_ptr = meta->root = packet->memory_pool->get_chunk(packet->memory_pool, total_len); in php_mysqlnd_rset_field_read()
1294 meta->root_len = total_len; in php_mysqlnd_rset_field_read()

Completed in 29 milliseconds