Home | History | Annotate | Download | only in x509

Lines Matching refs:lastpos

75 			  int lastpos)
81 return(X509v3_get_ext_by_OBJ(x,obj,lastpos));
85 int lastpos)
91 lastpos++;
92 if (lastpos < 0)
93 lastpos=0;
95 for ( ; lastpos < n; lastpos++)
97 ex=sk_X509_EXTENSION_value(sk,lastpos);
99 return(lastpos);
105 int lastpos)
111 lastpos++;
112 if (lastpos < 0)
113 lastpos=0;
115 for ( ; lastpos < n; lastpos++)
117 ex=sk_X509_EXTENSION_value(sk,lastpos);
120 return(lastpos);