Home
last modified time | relevance | path

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

/PHP-5.6/ext/hash/
H A Dhash_md.c661 if (context->in_buffer) { in PHP_MD2Update()
662 if (context->in_buffer + len < 16) { in PHP_MD2Update()
664 memcpy(context->buffer + context->in_buffer, p, len); in PHP_MD2Update()
665 context->in_buffer += len; in PHP_MD2Update()
669 memcpy(context->buffer + context->in_buffer, p, 16 - context->in_buffer); in PHP_MD2Update()
671 p += 16 - context->in_buffer; in PHP_MD2Update()
672 context->in_buffer = 0; in PHP_MD2Update()
684 context->in_buffer = e - p; in PHP_MD2Update()
690 memset(context->buffer + context->in_buffer, 16 - context->in_buffer, 16 - context->in_buffer); in PHP_MD2Final()
H A Dphp_hash_md.h93 char in_buffer; member
/PHP-5.6/ext/iconv/
H A Diconv.c2476 char *in_charset, *out_charset, *in_buffer, *out_buffer; in PHP_NAMED_FUNCTION() local
2482 …&in_charset, &in_charset_len, &out_charset, &out_charset_len, &in_buffer, &in_buffer_len) == FAILU… in PHP_NAMED_FUNCTION()
2490 err = php_iconv_string(in_buffer, (size_t)in_buffer_len, in PHP_NAMED_FUNCTION()

Completed in 18 milliseconds