Searched defs:chbuf (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Distream-jsonstr.c80 char chbuf[5] = {0}; local
86 memcpy(chbuf, src+1, 4);
87 if (str_to_uint32_hex(chbuf, &chr)<0)
97 memcpy(chbuf, src+7, 4);
98 if (str_to_uint32_hex(chbuf, &chr2)<0)
H A Djson-parser.c208 char chbuf[5] = {0}; local
217 memcpy(chbuf, parser->data, 4);
218 if (str_to_uint32_hex(chbuf, &chr) < 0) {
249 memcpy(chbuf, &parser->data[2], 4);
250 if (str_to_uint32_hex(chbuf, &chr) < 0) {

Completed in 46 milliseconds