Lines Matching refs:inf
3646 int tag, xclass, inf, ret = -1; in ldap_ExtendedResponse_parse() local
3679 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3680 if (inf != V_ASN1_CONSTRUCTED || tag != V_ASN1_SEQUENCE || in ldap_ExtendedResponse_parse()
3689 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3690 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_INTEGER || in ldap_ExtendedResponse_parse()
3700 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3701 if (inf != V_ASN1_CONSTRUCTED || xclass != V_ASN1_APPLICATION || in ldap_ExtendedResponse_parse()
3709 inf = ASN1_get_object(&cur, &len, &tag, &xclass, rem); in ldap_ExtendedResponse_parse()
3710 if (inf != V_ASN1_UNIVERSAL || tag != V_ASN1_ENUMERATED || len == 0 || in ldap_ExtendedResponse_parse()
3717 for (ret = 0, inf = 0; inf < len; inf++) { in ldap_ExtendedResponse_parse()
3719 ret |= cur[inf]; in ldap_ExtendedResponse_parse()