Searched refs:_tag (Results 1 – 3 of 3) sorted by relevance
237 #define alloc_hooks_tag(_tag, _do_alloc) \ argument242 _old = alloc_tag_save(_tag); \244 alloc_tag_restore(_tag, _old); \
84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) macro
2311 #define alloc_tag_save(_tag) NULL argument2312 #define alloc_tag_restore(_tag, _old) do {} while (0) argument
Completed in 13 milliseconds