Home
last modified time | relevance | path

Searched refs:valend (Results 1 – 3 of 3) sorted by relevance

/external/libcups/filter/
Dinterpret.c1048 *valend; /* End of value string */ in scan_ps() local
1093 valend = obj.value.string + sizeof(obj.value.string) - 1; in scan_ps()
1105 if (valptr >= valend) in scan_ps()
1192 valend = obj.value.string + sizeof(obj.value.string) - 1; in scan_ps()
1202 else if (valptr >= valend || !isxdigit(*cur & 255)) in scan_ps()
1318 valend = obj.value.name + sizeof(obj.value.name) - 1; in scan_ps()
1325 valend = obj.value.other + sizeof(obj.value.other) - 1; in scan_ps()
1332 else if (valptr < valend) in scan_ps()
/external/libcups/cups/
Dsnmp.c1298 unsigned char *valend; /* End of value */ in asn1_get_oid() local
1304 valend = *buffer + length; in asn1_get_oid()
1308 if (valend > bufend) in asn1_get_oid()
1309 valend = bufend; in asn1_get_oid()
1326 while (*buffer < valend) in asn1_get_oid()
Dauth.c567 *valend = value + valsize - 1; /* Pointer to end of buffer */ in cups_auth_param() local
595 if (valptr < valend) in cups_auth_param()
605 if (valptr < valend) in cups_auth_param()