Searched defs:supports (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | SMTP.pm | 94 defined($self->supports('ETRN',500,["Command unknown: 'ETRN'"])) && 104 my $mechanisms = $self->supports('AUTH',500,["Command unknown: 'AUTH'"]); 177 sub supports { subroutine
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaMechManager.c | 213 * space to accommodate the list of slots that supports the 649 * The result is returned in the "supports" argument. If the "slot_info" 655 CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, 664 *supports = B_FALSE; 685 *supports = B_TRUE; 654 meta_mechManager_slot_supports_mech(CK_MECHANISM_TYPE mechanism, CK_ULONG slotnum, boolean_t *supports, mechinfo_t **slot_info, boolean_t force_update, CK_MECHANISM_INFO *mech_info) argument
|
Completed in 38 milliseconds