コード例 #1
0
ファイル: zcertstore.c プロジェクト: Prarrot/czmq
void
zcertstore_print (zcertstore_t *self)
{
    zcertstore_fprint (self, stdout);
}
コード例 #2
0
ファイル: QmlZcertstore.cpp プロジェクト: hintjens/czmq
///
//  Print list of certificates in store to open stream. This method is
//  deprecated, and you should use the print method.                  
void QmlZcertstore::fprint (FILE *file) {
    zcertstore_fprint (self, file);
};