Home | History | Annotate | Download | only in dbus

Lines Matching full:oom

280 	n_blocks_outstanding otherwise OOM will be reported using SMP on
286 (bus_desktop_file_load): Propertly handle OOM
835 * bus/activation.c, bus/desktop-file.c: Distinguish between OOM and
3482 * bus/selinux.c (bus_selinux_allows_send): Handle OOM on
3943 (marshal_garray_basic): Abort on OOM.
4572 value to indicate OOM
4583 DBUS_VALID and a FALSE return value to indicate OOM
5133 that to auxdata may OOM.
5134 (bus_selinux_allows_acquire_service): Handle OOM and signal back
5135 to the caller if we are OOM by taking an error object.
5142 pass on OOM thrown by bus_selinux_allows_send()
5145 pass on OOM thrown by bus_selinux_allows_acquire_service()
7212 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
7533 * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
7562 * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
7771 initialisation/cleanup. OOM test now works with libxml2 HEAD.
7835 libxml backend for config file loader. Doesn't work with full OOM
8269 stop testing config parser OOM handling, since expat has issues
8448 distinguish between OOM and invalid hex encoding.
8959 failure of the expire_func due to OOM
8961 * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
9043 (init_connections_unlocked): fix so that in OOM situation we get
9096 * bus/bus.c (bus_context_new): handle OOM copying bus type into
9157 clean up the OOM/error handling.
10027 (_dbus_object_registry_new): handle OOM
10460 * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
10862 try the next mechanism, so we properly handle OOM
10865 on OOM.
10866 (_dbus_keyring_new): fix OOM bug
10869 test suite and make its OOM checks more useful, but also for
10883 * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
10919 there was an OOM watch we skipped, we always return TRUE so we
11697 * bus/activation.c: convert to use BusTransaction so OOM can be
11852 * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
11855 * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
11942 and OOM handling.
12077 * dbus/dbus-address.c (create_entry): fix OOM handling when
12097 happened when transport was disconnected early on due to OOM
12099 * bus/*.c: adapt to handle OOM for watches/timeouts
12101 * dbus/dbus-transport-unix.c: port to handle OOM during
12111 FALSE on OOM
12225 can't fail due to OOM
12246 has no way of indicating failure due to OOM (and would be
12287 on OOM failure
12306 Make it pass the Hello handling test including all OOM codepaths.
12316 error flag on the OOM error.
12324 (unix_connection_set): this can now fail on OOM
12339 Test does not yet pass because we can't handle OOM in
12471 code here, as the only failure possible is OOM.
13168 Made dispatch_message not lose message if OOM.
14047 failure on OOM, and dbus_message_write_header was totally
14048 unchecked for OOM. Also fixed some random other bugs.
14148 on OOM
14372 in OOM case
14384 missing docs, add @todo to handle OOM etc.
14467 track invalid fields as well as oom.
14494 (dbus_message_new): don't leak ->service and ->name on OOM later
14591 Handle OOM restoration.