Searched defs:asn1_cursor (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dasn1.h17 struct asn1_cursor { struct
236 struct asn1_cursor oid;
266 asn1_type ( const struct asn1_cursor *cursor ) {
270 extern void asn1_invalidate_cursor ( struct asn1_cursor *cursor );
271 extern int asn1_enter ( struct asn1_cursor *cursor, unsigned int type );
272 extern int asn1_skip_if_exists ( struct asn1_cursor *cursor,
274 extern int asn1_skip ( struct asn1_cursor *cursor, unsigned int type );
275 extern int asn1_shrink ( struct asn1_cursor *cursor, unsigned int type );
276 extern int asn1_enter_any ( struct asn1_cursor *cursor );
277 extern int asn1_skip_any ( struct asn1_cursor *curso
[all...]

Completed in 52 milliseconds