Home
last modified time | relevance | path

Searched refs:gio_map (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libqb/libqb-2.0.3/tests/
H A Dbms.c42 static qb_array_t *gio_map; variable
188 res = qb_array_grow(gio_map, fd + 1); in my_g_dispatch_add()
192 res = qb_array_index(gio_map, fd, (void**)&adaptor); in my_g_dispatch_add()
225 if (qb_array_index(gio_map, fd, (void**)&adaptor) == 0) { in my_g_dispatch_del()
341 gio_map = qb_array_create(64, sizeof(struct gio_to_qb_poll)); in main()
H A Dcheck_ipc.c496 static qb_array_t *gio_map; variable
543 res = qb_array_index(gio_map, fd, (void **)&adaptor); in gio_dispatch_update()
596 if (qb_array_index(gio_map, fd, (void **)&adaptor) == 0) { in gio_dispatch_del()
777 gio_map = qb_array_create_2(16, sizeof(struct gio_to_qb_poll), 1); in NEW_PROCESS_RUNNER()
778 ck_assert(gio_map != NULL); in NEW_PROCESS_RUNNER()
/dports/devel/libqb/libqb-2.0.3/examples/
H A Dipcserver.c34 static qb_array_t *gio_map; variable
225 res = qb_array_index(gio_map, fd, (void **)&adaptor); in my_g_dispatch_update()
276 if (qb_array_index(gio_map, fd, (void **)&adaptor) == 0) { in my_g_dispatch_del()
389 gio_map = qb_array_create_2(16, sizeof(struct gio_to_qb_poll), 1); in main()
/dports/net/pacemaker2/pacemaker-Pacemaker-2.1.1/lib/common/
H A Dmainloop.c426 static qb_array_t *gio_map = NULL; variable
431 if (gio_map) { in mainloop_cleanup()
432 qb_array_free(gio_map); in mainloop_cleanup()
548 res = qb_array_index(gio_map, fd, (void **)&adaptor); in gio_poll_dispatch_update()
628 if (qb_array_index(gio_map, fd, (void **)&adaptor) == 0) { in gio_poll_dispatch_del()
684 if (gio_map == NULL) { in mainloop_add_ipc_server_with_prio()
685 gio_map = qb_array_create_2(64, sizeof(struct gio_to_qb_poll), 1); in mainloop_add_ipc_server_with_prio()
/dports/net/pacemaker1/pacemaker-Pacemaker-1.1.24/lib/common/
H A Dmainloop.c408 static qb_array_t *gio_map = NULL; variable
413 if(gio_map) { in mainloop_cleanup()
414 qb_array_free(gio_map); in mainloop_cleanup()
526 res = qb_array_index(gio_map, fd, (void **)&adaptor); in gio_poll_dispatch_update()
606 if (qb_array_index(gio_map, fd, (void **)&adaptor) == 0) { in gio_poll_dispatch_del()
662 if (gio_map == NULL) { in mainloop_add_ipc_server_with_prio()
663 gio_map = qb_array_create_2(64, sizeof(struct gio_to_qb_poll), 1); in mainloop_add_ipc_server_with_prio()