Lines Matching refs:error
121 Both I<x> and I<attr> must be non NULL or an error will occur.
123 passed in list. An error will occur if an existing attribute (with the same
129 to the attribute list I<x>. Both I<x> and I<attr> must be non NULL or an error
131 already exists in the attribute list then an error occurs.
143 it is freed. An error occurs if either I<attr> or I<obj> are NULL, or if
152 required for that object type or an error will occur.
182 range of 0 to X509_ATTRIBUTE_count() - 1 or an error will occur.
186 An error will occur if the attribute type I<atrtype> does not match the type of
193 retrieved from the found attributes first B<ASN1_TYPE> object. An error will
197 If I<lastpos> is less than -1 then an error will occur if there are multiple
199 If I<lastpos> is less than -2 then an error will occur if there is more than
213 X509at_get_attr() returns either an B<X509_ATTRIBUTE> or NULL if there is a error.
216 there is a error.
218 X509_ATTRIBUTE_count() returns -1 on error, otherwise it returns the number
221 X509_ATTRIBUTE_get0_type() returns NULL on error, otherwise it returns a
224 X509_ATTRIBUTE_get0_data() returns NULL if an error occurs,
232 a B<X509_ATTRIBUTE> on success, or NULL if there is a error.
235 X509at_add1_attr_by_txt() return NULL on error, otherwise they return a list
239 first B<ASN1_TYPE> object, or NULL if an error occurs.