コード例 #1
0
ファイル: util_nw.c プロジェクト: apresley/Jaxer
// destroy callback resources
void ap_cb_destroy(void *)
{
  // cleanup down event notification
  UnRegisterEventNotification(eh);
  NX_UNWRAP_INTERFACE(ref);
  NX_UNWRAP_INTERFACE(dum);
}
コード例 #2
0
ファイル: mpm_netware.c プロジェクト: svn2github/apache-httpd
static void RemoveConsoleHandler(void)
{
    UnRegisterConsoleCommand(&ConsoleHandler);
    NX_UNWRAP_INTERFACE(ConsoleHandler.parser);
}