Home
last modified time | relevance | path

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

/PHP-7.2/ext/hash/
H A Dhash_md.c664 if (context->in_buffer) { in PHP_MD2Update()
665 if (context->in_buffer + len < 16) { in PHP_MD2Update()
667 memcpy(context->buffer + context->in_buffer, p, len); in PHP_MD2Update()
668 context->in_buffer += len; in PHP_MD2Update()
672 memcpy(context->buffer + context->in_buffer, p, 16 - context->in_buffer); in PHP_MD2Update()
674 p += 16 - context->in_buffer; in PHP_MD2Update()
675 context->in_buffer = 0; in PHP_MD2Update()
687 context->in_buffer = e - p; in PHP_MD2Update()
693 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-7.2/ext/iconv/
H A Diconv.c2478 zend_string *in_buffer; in PHP_NAMED_FUNCTION() local
2484 &in_charset, &in_charset_len, &out_charset, &out_charset_len, &in_buffer) == FAILURE) in PHP_NAMED_FUNCTION()
2492 …err = php_iconv_string(ZSTR_VAL(in_buffer), (size_t)ZSTR_LEN(in_buffer), &out_buffer, out_charset,… in PHP_NAMED_FUNCTION()

Completed in 18 milliseconds