Lines Matching refs:rem
116 static int ldap_ExtendedResponse_parse(const char *buf, long rem);
3642 static int ldap_ExtendedResponse_parse(const char *buf, long rem) in ldap_ExtendedResponse_parse() argument
3649 end = cur + rem; in ldap_ExtendedResponse_parse()
3679 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3681 (rem = end - cur, len > rem)) { in ldap_ExtendedResponse_parse()
3686 rem = len; /* ensure that we don't overstep the SEQUENCE */ in ldap_ExtendedResponse_parse()
3689 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3691 (rem = end - cur, len > rem)) { in ldap_ExtendedResponse_parse()
3699 rem = end - cur; in ldap_ExtendedResponse_parse()
3700 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3708 rem = end - cur; in ldap_ExtendedResponse_parse()
3709 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3711 (rem = end - cur, len > rem)) { in ldap_ExtendedResponse_parse()