Searched refs:nb_read (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-input.c203 gulong nb_read = 0, local
225 nb_read = fread (tmp_buf, 1 /*read bytes */ ,
229 if (nb_read != CR_INPUT_MEM_CHUNK_SIZE) {
245 memcpy (buf + len, tmp_buf, nb_read);
246 len += nb_read;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-input.c203 gulong nb_read = 0, local
225 nb_read = fread (tmp_buf, 1 /*read bytes */ ,
229 if (nb_read != CR_INPUT_MEM_CHUNK_SIZE) {
245 memcpy (buf + len, tmp_buf, nb_read);
246 len += nb_read;

Completed in 170 milliseconds