Home | History | Annotate | Download | only in libxml2

Lines Matching defs:val

3217 		printf("testing count %d: val %d, min %d, max %d\n",
3856 printf("testing count %d: val %d, min %d, max %d\n",
4412 printf("testing count %d: val %d, min %d, max %d\n",
7800 const xmlChar *val;
7821 val = xmlDictLookup(ctxt->dict, BAD_CAST base, ctxt->cur - base);
7822 if (val == NULL)
7824 ret = xmlExpHashGetEntry(ctxt, XML_EXP_ATOM, NULL, NULL, val, 0, 0);