Searched refs:sk_X509_INFO_push (Results 1 – 2 of 2) sorted by relevance
140 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()151 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()162 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()174 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()195 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()216 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()287 if (!sk_X509_INFO_push(ret,xi)) goto err; in STACK_OF()
2652 #define sk_X509_INFO_push(sk, p) \ macro