Searched refs:strip_ends (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | asn_mime.c | 45 static char *strip_ends(char *name); 714 ntmp = strip_ends(q); in STACK_OF() 723 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 749 ntmp = strip_ends(q); in STACK_OF() 758 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 780 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 788 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 802 static char *strip_ends(char *name) in strip_ends() function
|
/third_party/openssl/crypto/asn1/ |
H A D | asn_mime.c | 45 static char *strip_ends(char *name); 708 ntmp = strip_ends(q); in STACK_OF() 717 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 743 ntmp = strip_ends(q); in STACK_OF() 752 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 774 new_hdr = mime_hdr_new(ntmp, strip_ends(q)); in STACK_OF() 782 mime_hdr_addparam(mhdr, ntmp, strip_ends(q)); in STACK_OF() 796 static char *strip_ends(char *name) in strip_ends() function
|
Completed in 4 milliseconds