Home | History | Annotate | Download | only in obj

Lines Matching defs:match

199     ASN1_OBJECT *match;
201 match = lh_ASN1_OBJECT_retrieve(global_added_by_data, obj);
202 if (match != NULL) {
204 return match->nid;
241 ASN1_OBJECT *match, template;
244 match = lh_ASN1_OBJECT_retrieve(global_added_by_short_name, &template);
245 if (match != NULL) {
247 return match->nid;
275 ASN1_OBJECT *match, template;
278 match = lh_ASN1_OBJECT_retrieve(global_added_by_long_name, &template);
279 if (match != NULL) {
281 return match->nid;
328 ASN1_OBJECT *match, template;
331 match = lh_ASN1_OBJECT_retrieve(global_added_by_nid, &template);
332 if (match != NULL) {
334 return match;