Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Duuencode.c129 int len, total_len=0; in php_uudecode() local
145 total_len += len; in php_uudecode()
171 if ((len = total_len > (p - *dest))) { in php_uudecode()
181 *(*dest + total_len) = '\0'; in php_uudecode()
183 return total_len; in php_uudecode()
/PHP-5.5/ext/iconv/
H A Diconv.c771 int total_len; in _php_iconv_substr() local
773 err = _php_iconv_strlen(&total_len, str, nbytes, enc); in _php_iconv_substr()
779 if ((len += (total_len - offset)) < 0) { in _php_iconv_substr()
785 if ((offset += total_len) < 0) { in _php_iconv_substr()
790 if(len > total_len) { in _php_iconv_substr()
791 len = total_len; in _php_iconv_substr()
795 if (offset >= total_len) { in _php_iconv_substr()
799 if ((offset + len) > total_len ) { in _php_iconv_substr()
801 len = total_len - offset; in _php_iconv_substr()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1190 size_t buf_len = conn->net->cmd_buffer.length, total_len = 0; in php_mysqlnd_rset_field_read() local
1241 total_len += len + 1; in php_mysqlnd_rset_field_read()
1312 root_ptr = meta->root = mnd_pemalloc(total_len, packet->persistent_alloc); in php_mysqlnd_rset_field_read()
1318 meta->root_len = total_len; in php_mysqlnd_rset_field_read()

Completed in 37 milliseconds