Home | History | Annotate | Download | only in libxml2

Lines Matching refs:buff4

2473 	        char *cptr, buff4[4];
2475 if (gzread(context, buff4, 4) == 4) {
2476 if (strncmp(buff4, cptr, 4) == 0)