Searched refs:cleanup (Results 1 - 19 of 19) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dfirmware.c67 goto cleanup;
87 goto cleanup;
91 goto cleanup;
98 goto cleanup;
102 goto cleanup;
106 goto cleanup;
111 goto cleanup;
122 cleanup:
/haiku/src/apps/poorman/
H A DPoorManServer.cpp307 goto cleanup;
309 // No need to go throught the whole cleanup, as we haven't open
326 goto cleanup;
338 goto cleanup;
344 goto cleanup;
350 goto cleanup;
362 goto cleanup;
377 cleanup: ;
/haiku/src/add-ons/print/drivers/postscript/
H A DFilterIO.cpp118 goto cleanup;
124 cleanup:
/haiku/headers/private/netservices2/
H A DExclusiveBorrow.h60 auto cleanup = (fState.fetch_and(~kBorrowed) & kOwned) != kOwned; variable
61 if (cleanup)
68 auto cleanup = (fState.fetch_and(~kOwned) & kBorrowed) != kBorrowed; variable
69 if (cleanup)
/haiku/src/bin/network/telnetd/
H A Dext.h88 cleanup(int),
H A Dtelnetd.c893 (void) signal(SIGCHLD, cleanup);
1166 cleanup(0);
H A Dutility.c136 cleanup(0);
299 cleanup(0);
H A Dsys_term.c1354 * cleanup()
1361 cleanup(int sig __unused) function
H A Dstate.c911 cleanup(0);
/haiku/src/kits/media/
H A DTimedEventQueuePrivate.cpp144 // No cleanup here
163 // No cleanup here
535 //perform the cleanup action required
539 // Each event has a cleanup flag associated with it that indicates
544 // If the cleanup flag is B_DELETE or is B_USER_CLEANUP or greater,
545 // the cleanup hook function will be called.
547 // cleanup hook function specified by hook to be called for events
553 // the cleanup hook function is called when the event is removed.
556 // sample code as a cleanup flag)
558 // exiting cleanup flag
[all...]
H A DTimedEventQueue.cpp43 cleanup = inCleanup;
61 cleanup = inCleanup;
H A DSoundPlayer.cpp113 goto cleanup;
140 cleanup:
H A DMediaEventLooper.cpp533 if (event->cleanup >= BTimedEventQueue::B_USER_CLEANUP)
/haiku/src/tests/kits/opengl/demos/gears/
H A Dgears.c171 cleanup(void) function
226 cleanup();
282 cleanup();
/haiku/headers/os/media/
H A DTimedEventQueue.h37 uint32 cleanup; member in struct:media_timed_event
140 // The cleanup hook is called when events are flushed from the queue and
141 // the cleanup is not B_NO_CLEANUP or B_RECYCLE_BUFFER.
/haiku/src/system/libnetwork/netresolv/nameser/
H A Dns_name.c577 goto cleanup;
595 goto cleanup;
599 goto cleanup;
607 cleanup:
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c190 goto cleanup;
272 goto cleanup;
279 cleanup:
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c1244 goto cleanup;
1252 cleanup:
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetaddrinfo.c762 /* cleanup and return */
932 goto cleanup;
936 goto cleanup;
956 cleanup:

Completed in 110 milliseconds