Searched refs:valend (Results 1 – 3 of 3) sorted by relevance
1048 *valend; /* End of value string */ in scan_ps() local1093 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()
1298 unsigned char *valend; /* End of value */ in asn1_get_oid() local1304 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()
567 *valend = value + valsize - 1; /* Pointer to end of buffer */ in cups_auth_param() local595 if (valptr < valend) in cups_auth_param()605 if (valptr < valend) in cups_auth_param()