Searched refs:in_buffer (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/hash/ |
| H A D | hash_md.c | 661 if (context->in_buffer) { 662 if (context->in_buffer + len < 16) { 664 memcpy(context->buffer + context->in_buffer, p, len); 665 context->in_buffer += len; 669 memcpy(context->buffer + context->in_buffer, p, 16 - context->in_buffer); 671 p += 16 - context->in_buffer; 672 context->in_buffer = 0; 684 context->in_buffer = e - p; 690 memset(context->buffer + context->in_buffer, 1 [all...] |
| H A D | php_hash_md.h | 93 char in_buffer; member in struct:__anon87
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 2381 char *in_charset, *out_charset, *in_buffer, *out_buffer; local 2387 &in_charset, &in_charset_len, &out_charset, &out_charset_len, &in_buffer, &in_buffer_len) == FAILURE) 2395 err = php_iconv_string(in_buffer, (size_t)in_buffer_len,
|
Completed in 8 milliseconds