Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Duuencode.c134 size_t len, total_len=0; in php_uudecode() local
152 total_len += len; in php_uudecode()
179 if ((len = total_len) > (size_t)(p - ZSTR_VAL(dest))) { in php_uudecode()
189 ZSTR_LEN(dest) = total_len; in php_uudecode()
/PHP-7.2/ext/iconv/
H A Diconv.c829 size_t total_len; in _php_iconv_substr() local
831 err = _php_iconv_strlen(&total_len, str, nbytes, enc); in _php_iconv_substr()
837 if ((len += (total_len - offset)) < 0) { in _php_iconv_substr()
843 if ((offset += total_len) < 0) { in _php_iconv_substr()
848 if((size_t)len > total_len) { in _php_iconv_substr()
849 len = total_len; in _php_iconv_substr()
853 if ((size_t)offset > total_len) { in _php_iconv_substr()
857 if ((size_t)(offset + len) > total_len ) { in _php_iconv_substr()
859 len = total_len - offset; in _php_iconv_substr()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1248 size_t buf_len = pfc->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local
1300 total_len += len + 1; in php_mysqlnd_rset_field_read()
1371 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
1377 meta->root_len = total_len; in php_mysqlnd_rset_field_read()

Completed in 25 milliseconds