Searched refs:total_len (Results 1 – 3 of 3) sorted by relevance
134 size_t len, total_len=0; in php_uudecode() local152 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()
829 size_t total_len; in _php_iconv_substr() local831 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()
1248 size_t buf_len = pfc->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local1300 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 24 milliseconds