| /xsrc/external/mit/xedit/dist/lisp/test/ |
| H A D | psql-2.lsp | 24 (defun exit-nicely (conn) 25 (pq-finish conn) 42 (setq conn (pq-setdb pghost pgport pgoptions pgtty pgdbname)) 45 (when (= (pq-status conn) pg-connection-bad) 47 (format t "~A" (pq-error-message conn)) 48 (exit-nicely conn)) 50 (setq res (pq-exec conn "LISTEN TBL2")) 51 (when (= (pq-status conn) pg-connection-bad) 53 (format t "~A" (pq-error-message conn)) 54 (exit-nicely conn)) [all...] |
| H A D | psql-1.lsp | 7 (defun exit-nicely (conn) 8 (pq-finish conn) 23 (setq conn (pq-setdb pghost pgport pgoptions pgtty pgdbname)) 26 (when (= (pq-status conn) pg-connection-bad) 28 (format t "~A" (pq-error-message conn)) 29 (exit-nicely conn)) 32 (setq res (pq-exec conn "BEGIN")) 36 (exit-nicely conn)) 42 (setq res (pq-exec conn "DECLARE mycursor CURSOR FOR select * from pg_database")) 46 (exit-nicely conn)) [all...] |
| H A D | psql-3.lsp | 39 (defun exit-nicely (conn) 40 (pq-finish conn) 57 (setq conn (pq-setdb pghost pgport pgoptions pgtty pgdbname)) 60 (when (= (pq-status conn) pg-connection-bad) 62 (format t "~A" (pq-error-message conn)) 63 (exit-nicely conn)) 65 (setq res (pq-exec conn "BEGIN")) 66 (when (= (pq-status conn) pg-connection-bad) 69 (exit-nicely conn)) 74 (setq res (pq-exec conn "DECLAR [all...] |
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fsio.c | 147 _fs_fill (FSFpePtr conn) argument 153 if (_fs_flush (conn) < 0) 159 while ((conn->inNeed - (conn->inBuf.insert - conn->inBuf.remove)) > 0) 161 avail = conn->inBuf.size - conn->inBuf.insert; 168 bytes_read =_FontTransRead(conn->trans_conn, 169 conn->inBuf.buf + conn 202 _fs_start_read(FSFpePtr conn,long size,char ** buf) argument 226 _fs_done_read(FSFpePtr conn,long size) argument 247 _fs_flush(FSFpePtr conn) argument 335 _fs_io_reinit(FSFpePtr conn) argument 344 _fs_io_init(FSFpePtr conn) argument 366 _fs_io_fini(FSFpePtr conn) argument 375 _fs_do_write(FSFpePtr conn,const char * data,long len,long size) argument 409 _fs_write(FSFpePtr conn,const char * data,long len) argument 418 _fs_write_pad(FSFpePtr conn,const char * data,long len) argument 424 _fs_wait_for_readable(FSFpePtr conn,int ms) argument [all...] |
| H A D | fsio.h | 120 #define fs_outspace(conn) ((conn)->outBuf.size - (conn)->outBuf.insert) 121 #define fs_outqueued(conn) ((conn)->outBuf.insert - (conn)->outBuf.remove) 122 #define fs_inqueued(conn) ((conn)->inBuf.insert - (conn)->inBuf.remove) 123 #define fs_needsflush(conn) (fs_outqueue [all...] |
| H A D | fserve.c | 126 static int _fs_restart_connection ( FSFpePtr conn ); 131 static void _fs_client_access ( FSFpePtr conn, pointer client, Bool sync ); 132 static void _fs_client_resolution ( FSFpePtr conn ); 133 static fsGenericReply *fs_get_reply (FSFpePtr conn, int *error); 134 static int fs_await_reply (FSFpePtr conn); 135 static void _fs_do_blocked (FSFpePtr conn); 147 _fs_close_server (FSFpePtr conn); 153 _fs_wait_connect (FSFpePtr conn); 156 _fs_send_init_packets (FSFpePtr conn); 159 _fs_check_reconnect (FSFpePtr conn); 191 _fs_add_req_log(FSFpePtr conn,int opcode) argument 204 _fs_add_rep_log(FSFpePtr conn,fsGenericReply * rep) argument 245 _fs_client_resolution(FSFpePtr conn) argument 272 fs_close_conn(FSFpePtr conn) argument 295 FSFpePtr conn; local in function:fs_init_fpe 373 FSFpePtr conn = (FSFpePtr) fpe->private, *prev; local in function:fs_free_fpe 406 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_new_block_rec 446 _fs_set_pending_reply(FSFpePtr conn) argument 463 _fs_remove_block_rec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 524 _fs_clean_aborted_blockrec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 558 fs_abort_blockrec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 604 fs_get_reply(FSFpePtr conn,int * error) argument 654 fs_reply_ready(FSFpePtr conn) argument 669 _fs_pending_reply(FSFpePtr conn) argument 679 _fs_prepare_for_reply(FSFpePtr conn) argument 689 fs_await_reply(FSFpePtr conn) argument 715 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_open_font 855 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_query_info 1016 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_extent_info 1281 _fs_mark_block(FSFpePtr conn,CARD32 mask) argument 1288 _fs_unmark_block(FSFpePtr conn,CARD32 mask) argument 1308 FSFpePtr conn; local in function:fs_block_handler 1381 fs_handle_unexpected(FSFpePtr conn,fsGenericReply * rep) argument 1400 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_reply 1467 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_wakeup 1528 _fs_connection_died(FSFpePtr conn) argument 1542 _fs_restart_connection(FSFpePtr conn) argument 1562 _fs_giveup(FSFpePtr conn) argument 1585 _fs_do_blocked(FSFpePtr conn) argument 1622 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_open_font 1789 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_query_bitmaps 1815 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_open_font 1849 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_close_font 1870 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_close_font 1899 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_glyphs 2079 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_load_glyphs 2172 FSFpePtr conn = (FSFpePtr) pfont->fpe->private; local in function:_fs_load_glyphs 2322 FSFpePtr conn = (FSFpePtr) pfont->fpe->private; local in function:fs_load_all_glyphs 2354 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_list 2409 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_list_fonts 2464 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_list_fonts 2495 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_list_info 2635 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_start_list_with_info 2695 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_next_list_with_info 2754 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_client_died 2793 _fs_client_access(FSFpePtr conn,pointer client,Bool sync) argument 2880 _fs_check_connect(FSFpePtr conn) argument 2902 _fs_get_conn_setup(FSFpePtr conn,int * error,int * setup_len) argument 2956 _fs_send_conn_client_prefix(FSFpePtr conn) argument 2983 _fs_recv_conn_setup(FSFpePtr conn) argument 3059 _fs_open_server(FSFpePtr conn) argument 3085 _fs_send_init_packets(FSFpePtr conn) argument 3173 _fs_send_cat_sync(FSFpePtr conn) argument 3195 _fs_recv_cat_sync(FSFpePtr conn) argument 3218 _fs_close_server(FSFpePtr conn) argument 3236 _fs_do_setup_connection(FSFpePtr conn) argument 3306 _fs_wait_connect(FSFpePtr conn) argument 3329 _fs_check_reconnect(FSFpePtr conn) argument 3351 _fs_start_reconnect(FSFpePtr conn) argument 3365 FSFpePtr conn; local in function:_fs_init_conn 3383 _fs_free_conn(FSFpePtr conn) argument [all...] |
| /xsrc/external/mit/libXfont2/dist/src/fc/ |
| H A D | fsio.c | 143 _fs_fill (FSFpePtr conn) argument 149 if (_fs_flush (conn) < 0) 155 while ((conn->inNeed - (conn->inBuf.insert - conn->inBuf.remove)) > 0) 157 avail = conn->inBuf.size - conn->inBuf.insert; 164 bytes_read =_FontTransRead(conn->trans_conn, 165 conn->inBuf.buf + conn 198 _fs_start_read(FSFpePtr conn,long size,char ** buf) argument 222 _fs_done_read(FSFpePtr conn,long size) argument 243 _fs_flush(FSFpePtr conn) argument 331 _fs_io_reinit(FSFpePtr conn) argument 340 _fs_io_init(FSFpePtr conn) argument 362 _fs_io_fini(FSFpePtr conn) argument 371 _fs_do_write(FSFpePtr conn,const char * data,long len,long size) argument 405 _fs_write(FSFpePtr conn,const char * data,long len) argument 414 _fs_write_pad(FSFpePtr conn,const char * data,long len) argument 420 _fs_wait_for_readable(FSFpePtr conn,int ms) argument [all...] |
| H A D | fsio.h | 122 #define fs_outspace(conn) ((conn)->outBuf.size - (conn)->outBuf.insert) 123 #define fs_outqueued(conn) ((conn)->outBuf.insert - (conn)->outBuf.remove) 124 #define fs_inqueued(conn) ((conn)->inBuf.insert - (conn)->inBuf.remove) 125 #define fs_needsflush(conn) (fs_outqueue [all...] |
| H A D | fserve.c | 120 static int _fs_restart_connection ( FSFpePtr conn ); 123 static int fs_send_close_font (FSFpePtr conn, Font id); 125 static void _fs_client_access ( FSFpePtr conn, pointer client, Bool sync ); 126 static void _fs_client_resolution ( FSFpePtr conn ); 127 static fsGenericReply *fs_get_reply (FSFpePtr conn, int *error); 128 static int fs_await_reply (FSFpePtr conn); 129 static void _fs_do_blocked (FSFpePtr conn); 130 static void fs_cleanup_bfont (FSFpePtr conn, FSBlockedFontPtr bfont); 141 _fs_close_server (FSFpePtr conn); 147 _fs_wait_connect (FSFpePtr conn); 188 _fs_add_req_log(FSFpePtr conn,int opcode) argument 201 _fs_add_rep_log(FSFpePtr conn,fsGenericReply * rep) argument 242 _fs_client_resolution(FSFpePtr conn) argument 269 fs_close_conn(FSFpePtr conn) argument 292 FSFpePtr conn; local in function:fs_init_fpe 362 FSFpePtr conn = (FSFpePtr) fpe->private, *prev; local in function:fs_free_fpe 391 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_new_block_rec 431 _fs_set_pending_reply(FSFpePtr conn) argument 448 _fs_remove_block_rec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 504 conn_start_listening(FSFpePtr conn) argument 513 conn_stop_listening(FSFpePtr conn) argument 527 _fs_clean_aborted_blockrec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 561 fs_abort_blockrec(FSFpePtr conn,FSBlockDataPtr blockrec) argument 572 fs_cleanup_bfont(FSFpePtr conn,FSBlockedFontPtr bfont) argument 606 fs_get_reply(FSFpePtr conn,int * error) argument 656 fs_reply_ready(FSFpePtr conn) argument 671 _fs_pending_reply(FSFpePtr conn) argument 681 _fs_prepare_for_reply(FSFpePtr conn) argument 691 fs_await_reply(FSFpePtr conn) argument 717 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_open_font 857 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_query_info 1018 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_extent_info 1283 _fs_mark_block(FSFpePtr conn,CARD32 mask) argument 1290 _fs_unmark_block(FSFpePtr conn,CARD32 mask) argument 1309 FSFpePtr conn; local in function:fs_block_handler 1368 fs_handle_unexpected(FSFpePtr conn,fsGenericReply * rep) argument 1387 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_reply 1454 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_fd_handler 1469 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_wakeup 1525 _fs_connection_died(FSFpePtr conn) argument 1539 _fs_restart_connection(FSFpePtr conn) argument 1559 _fs_giveup(FSFpePtr conn) argument 1582 _fs_do_blocked(FSFpePtr conn) argument 1619 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_open_font 1777 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_query_bitmaps 1803 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_open_font 1835 fs_send_close_font(FSFpePtr conn,Font id) argument 1857 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_close_font 1886 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_glyphs 2067 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_load_glyphs 2155 FSFpePtr conn = (FSFpePtr) pfont->fpe->private; local in function:_fs_load_glyphs 2305 FSFpePtr conn = (FSFpePtr) pfont->fpe->private; local in function:fs_load_all_glyphs 2337 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_list 2392 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_send_list_fonts 2436 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_list_fonts 2467 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_read_list_info 2607 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_start_list_with_info 2656 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_next_list_with_info 2715 FSFpePtr conn = (FSFpePtr) fpe->private; local in function:fs_client_died 2754 _fs_client_access(FSFpePtr conn,pointer client,Bool sync) argument 2841 _fs_check_connect(FSFpePtr conn) argument 2863 _fs_get_conn_setup(FSFpePtr conn,int * error,int * setup_len) argument 2917 _fs_send_conn_client_prefix(FSFpePtr conn) argument 2944 _fs_recv_conn_setup(FSFpePtr conn) argument 3020 _fs_open_server(FSFpePtr conn) argument 3046 _fs_send_init_packets(FSFpePtr conn) argument 3134 _fs_send_cat_sync(FSFpePtr conn) argument 3156 _fs_recv_cat_sync(FSFpePtr conn) argument 3179 _fs_close_server(FSFpePtr conn) argument 3197 _fs_do_setup_connection(FSFpePtr conn) argument 3267 _fs_wait_connect(FSFpePtr conn) argument 3290 _fs_check_reconnect(FSFpePtr conn) argument 3312 _fs_start_reconnect(FSFpePtr conn) argument 3326 FSFpePtr conn; local in function:_fs_init_conn 3346 _fs_free_conn(FSFpePtr conn) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/winclipboard/ |
| H A D | thread.c | 82 winClipboardCreateMessagingWindow(xcb_connection_t *conn, xcb_window_t iWindow, ClipboardAtoms *atoms); 85 intern_atom(xcb_connection_t *conn, const char *atomName) argument 91 atom_cookie = xcb_intern_atom(conn, 0, strlen(atomName), atomName); 92 atom_reply = xcb_intern_atom_reply(conn, atom_cookie, NULL); 120 xcb_connection_t *conn; local in function:winClipboardProc 130 conn = xcb_connect_to_display_with_auth_info(szDisplay, auth_info, &screen); 131 if (xcb_connection_has_error(conn)) { 140 iConnectionNumber = xcb_get_file_descriptor(conn); 157 xfixes_query = xcb_get_extension_data(conn, &xcb_xfixes_id); 163 xcb_xfixes_query_version_unchecked(conn, 383 winClipboardCreateMessagingWindow(xcb_connection_t * conn,xcb_window_t iWindow,ClipboardAtoms * atoms) argument [all...] |
| H A D | wndproc.c | 60 winProcessXEventsTimeout(HWND hwnd, xcb_window_t iWindow, xcb_connection_t *conn, argument 71 iConnNumber = xcb_get_file_descriptor(conn); 79 iReturn = winClipboardFlushXEvents(hwnd, iWindow, conn, data, atoms); 89 xcb_flush(conn); 131 static xcb_connection_t *conn; local in function:winClipboardWindowProc 161 conn = cwcp->pClipboardDisplay; 218 xcb_aux_sync(conn); 223 cookie_get = xcb_get_selection_owner(conn, XCB_ATOM_PRIMARY); 224 reply = xcb_get_selection_owner_reply(conn, cookie_get, NULL); 229 xcb_set_selection_owner(conn, XCB_NON [all...] |
| H A D | xevents.c | 134 static char *get_atom_name(xcb_connection_t *conn, xcb_atom_t atom) argument 137 xcb_get_atom_name_cookie_t cookie = xcb_get_atom_name(conn, atom); 138 xcb_get_atom_name_reply_t *reply = xcb_get_atom_name_reply(conn, cookie, NULL); 151 winClipboardSelectionNotifyTargets(HWND hwnd, xcb_window_t iWindow, xcb_connection_t *conn, ClipboardConversionData *data, ClipboardAtoms *atoms) argument 154 xcb_get_property_cookie_t cookie = xcb_get_property(conn, 161 xcb_get_property_reply_t *reply = xcb_get_property_reply(conn, cookie, NULL); 174 char *pszAtomName = get_atom_name(conn, atom); 189 winClipboardSelectionNotifyData(HWND hwnd, xcb_window_t iWindow, xcb_connection_t *conn, ClipboardConversionData *data, ClipboardAtoms *atoms) argument 209 xcb_get_property_cookie_t cookie = xcb_get_property(conn, 216 xcb_get_property_reply_t *reply = xcb_get_property_reply(conn, cooki 391 winClipboardFlushXEvents(HWND hwnd,xcb_window_t iWindow,xcb_connection_t * conn,ClipboardConversionData * data,ClipboardAtoms * atoms) argument [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 53 xcb_connection_t *conn = hostx_get_xcbconn(); local in function:ephyrRealizeCoreCursor 71 source = xcb_generate_id(conn); 72 mask = xcb_generate_id(conn); 73 xcb_create_pixmap(conn, 1, source, scr->win, w, h); 74 xcb_create_pixmap(conn, 1, mask, scr->win, w, h); 76 gc = xcb_generate_id(conn); 77 xcb_create_gc(conn, gc, source, gcmask, val); 79 image = xcb_image_create_native(conn, w, h, XCB_IMAGE_FORMAT_XY_BITMAP, 82 xcb_image_put(conn, source, gc, image, 0, 0, 0); 85 image = xcb_image_create_native(conn, 108 xcb_connection_t *conn = hostx_get_xcbconn(); local in function:get_argb_format 130 xcb_connection_t *conn = hostx_get_xcbconn(); local in function:ephyrRealizeARGBCursor [all...] |
| H A D | hostx.c | 67 xcb_connection_t *conn; member in struct:EphyrHostXVars 107 rep = xcb_get_extension_data(HostX.conn, extension); 178 xcb_icccm_set_wm_name(HostX.conn, 193 xcb_icccm_set_wm_name(HostX.conn, 199 xcb_flush(HostX.conn); 260 version_c = xcb_randr_query_version(HostX.conn, 1, 2); 261 version_r = xcb_randr_query_version_reply(HostX.conn, 280 screen_resources_c = xcb_randr_get_screen_resources(HostX.conn, 282 screen_resources_r = xcb_randr_get_screen_resources_reply(HostX.conn, 290 output_info_c = xcb_randr_get_output_info(HostX.conn, [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/device-select-layer/ |
| H A D | device_select_x11.c | 35 ds_dri3_open(xcb_connection_t *conn, argument 43 cookie = xcb_dri3_open(conn, 47 reply = xcb_dri3_open_reply(conn, cookie, NULL); 56 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; 68 xcb_connection_t *conn; local in function:device_select_find_xcb_pci_default 72 conn = xcb_connect(NULL, &scrn); 73 if (!conn) 79 dri3_cookie = xcb_query_extension(conn, 4, "DRI3"); 80 dri3_reply = xcb_query_extension_reply(conn, dri3_cookie, NULL); 87 setup = xcb_get_setup(conn); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 74 wsi_dri3_open(xcb_connection_t *conn, argument 82 cookie = xcb_dri3_open(conn, 86 reply = xcb_dri3_open_reply(conn, cookie, NULL); 95 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; 104 xcb_connection_t *conn) 107 xcb_setup_roots_iterator(xcb_get_setup(conn)); 110 int dri3_fd = wsi_dri3_open(conn, screen->root, None); 123 xcb_connection_t *conn) 136 dri3_cookie = xcb_query_extension(conn, 4, "DRI3"); 137 pres_cookie = xcb_query_extension(conn, 103 wsi_x11_check_dri3_compatible(const struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 122 wsi_x11_connection_create(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 208 wsi_x11_connection_destroy(struct wsi_device * wsi_dev,struct wsi_x11_connection * conn) argument 227 wsi_x11_get_connection(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 275 get_screen_for_root(xcb_connection_t * conn,xcb_window_t root) argument 312 connection_get_visualtype(xcb_connection_t * conn,xcb_visualid_t visual_id,unsigned * depth) argument 332 get_visualtype_for_window(xcb_connection_t * conn,xcb_window_t window,unsigned * depth) argument 425 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_support 458 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_capabilities 616 x11_surface_is_local_to_gpu(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 640 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_present_rectangles 724 xcb_connection_t * conn; member in struct:x11_swapchain 1235 wsi_x11_get_dri3_modifiers(struct wsi_x11_connection * wsi_conn,xcb_connection_t * conn,xcb_window_t window,uint8_t depth,uint8_t bpp,VkCompositeAlphaFlagsKHR vk_alpha,uint64_t ** modifiers_in,uint32_t * num_modifiers_in,uint32_t * num_tranches_in,const VkAllocationCallbacks * pAllocator) argument 1344 wsi_x11_set_adaptive_sync_property(xcb_connection_t * conn,xcb_drawable_t drawable,uint32_t state) argument 1386 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_create_swapchain [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_x11.c | 82 wsi_dri3_open(xcb_connection_t *conn, argument 90 cookie = xcb_dri3_open(conn, 94 reply = xcb_dri3_open_reply(conn, cookie, NULL); 103 fd = xcb_dri3_open_reply_fds(conn, reply)[0]; 112 xcb_connection_t *conn) 115 xcb_setup_roots_iterator(xcb_get_setup(conn)); 118 int dri3_fd = wsi_dri3_open(conn, screen->root, None); 130 wsi_x11_detect_xwayland(xcb_connection_t *conn) argument 133 xcb_randr_query_version_unchecked(conn, 1, 3); 135 xcb_randr_query_version_reply(conn, ver_cooki 111 wsi_x11_check_dri3_compatible(const struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 176 wsi_x11_connection_create(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 306 wsi_x11_connection_destroy(struct wsi_device * wsi_dev,struct wsi_x11_connection * conn) argument 325 wsi_x11_get_connection(struct wsi_device * wsi_dev,xcb_connection_t * conn) argument 374 get_screen_for_root(xcb_connection_t * conn,xcb_window_t root) argument 411 connection_get_visualtype(xcb_connection_t * conn,xcb_visualid_t visual_id,unsigned * depth) argument 431 get_visualtype_for_window(xcb_connection_t * conn,xcb_window_t window,unsigned * depth) argument 540 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_support 602 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_capabilities 772 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_get_present_rectangles 863 xcb_connection_t * conn; member in struct:x11_swapchain 1560 wsi_x11_get_dri3_modifiers(struct wsi_x11_connection * wsi_conn,xcb_connection_t * conn,xcb_window_t window,uint8_t depth,uint8_t bpp,VkCompositeAlphaFlagsKHR vk_alpha,uint64_t ** modifiers_in,uint32_t * num_modifiers_in,uint32_t * num_tranches_in,const VkAllocationCallbacks * pAllocator) argument 1671 wsi_x11_set_adaptive_sync_property(xcb_connection_t * conn,xcb_drawable_t drawable,uint32_t state) argument 1712 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); local in function:x11_surface_create_swapchain [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 111 xcb_connection_t *conn; member in struct:_WMInfo 133 xcb_connection_t *conn; member in struct:_XMsgProcArgRec 156 SendXMessage(xcb_connection_t *conn, xcb_window_t iWin, xcb_atom_t atmType, long nData); 174 CheckAnotherWindowManager(xcb_connection_t *conn, DWORD dwScreen); 386 xcb_connection_t *conn = pWMInfo->conn; local in function:GetWindowName 398 cookie = xcb_get_property(pWMInfo->conn, FALSE, iWin, 401 reply = xcb_get_property_reply(pWMInfo->conn, cookie, NULL); 415 cookie = xcb_icccm_get_wm_name(conn, iWin); 416 if (!xcb_icccm_get_wm_name_reply(conn, cooki 486 xcb_connection_t *conn = pWMInfo->conn; local in function:IsWmProtocolAvailable 506 SendXMessage(xcb_connection_t * conn,xcb_window_t iWin,xcb_atom_t atmType,long nData) argument 560 IsOverrideRedirect(xcb_connection_t * conn,xcb_window_t iWin) argument 1012 intern_atom(xcb_connection_t * conn,const char * atomName) argument 1655 CheckAnotherWindowManager(xcb_connection_t * conn,DWORD dwScreen) argument 1726 xcb_connection_t *conn = pWMInfo->conn; local in function:winApplyHints [all...] |
| H A D | winmultiwindowicons.h | 33 winUpdateIcon(HWND hWnd, xcb_connection_t *conn, xcb_window_t id, HICON hIconNew);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 69 xcb_connection_t *conn; member in struct:vl_dri3_screen 101 xcb_sync_destroy_fence(scrn->conn, buffer->sync_fence); 112 xcb_xfixes_destroy_region(scrn->conn, buffer->region); 113 xcb_free_pixmap(scrn->conn, buffer->pixmap); 114 xcb_sync_destroy_fence(scrn->conn, buffer->sync_fence); 182 scrn->conn, scrn->special_event)) != NULL) 192 ev = xcb_wait_for_special_event(scrn->conn, scrn->special_event); 213 xcb_flush(scrn->conn); 285 xcb_dri3_pixmap_from_buffer(scrn->conn, 286 (pixmap = xcb_generate_id(scrn->conn)), 546 dri3_get_screen_for_root(xcb_connection_t * conn,xcb_window_t root) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| H A D | vl_winsys_dri3.c | 66 xcb_connection_t *conn; member in struct:vl_dri3_screen 98 xcb_sync_destroy_fence(scrn->conn, buffer->sync_fence); 108 xcb_free_pixmap(scrn->conn, buffer->pixmap); 109 xcb_sync_destroy_fence(scrn->conn, buffer->sync_fence); 177 scrn->conn, scrn->special_event)) != NULL) 187 ev = xcb_wait_for_special_event(scrn->conn, scrn->special_event); 208 xcb_flush(scrn->conn); 283 xcb_dri3_pixmap_from_buffer(scrn->conn, 284 (pixmap = xcb_generate_id(scrn->conn)), 290 xcb_dri3_fence_from_fd(scrn->conn, 542 dri3_get_screen_for_root(xcb_connection_t * conn,xcb_window_t root) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 70 get_screen_for_root(xcb_connection_t *conn, xcb_window_t root) argument 73 xcb_setup_roots_iterator(xcb_get_setup(conn)); 108 set_adaptive_sync_property(xcb_connection_t *conn, xcb_drawable_t drawable, argument 116 cookie = xcb_intern_atom(conn, 0, strlen(name), name); 117 reply = xcb_intern_atom_reply(conn, cookie, NULL); 122 check = xcb_change_property_checked(conn, XCB_PROP_MODE_REPLACE, 126 check = xcb_delete_property_checked(conn, drawable, reply->atom); 128 xcb_discard_reply(conn, check.sequence); 347 xcb_free_pixmap(draw->conn, buffer->pixmap); 348 xcb_sync_destroy_fence(draw->conn, buffe 385 loader_dri3_drawable_init(xcb_connection_t * conn,xcb_drawable_t drawable,__DRIscreen * dri_screen,bool is_different_gpu,bool multiplanes_available,bool prefer_back_buffer_reuse,const __DRIconfig * dri_config,struct loader_dri3_extensions * ext,const struct loader_dri3_vtable * vtable,struct loader_dri3_drawable * draw) argument 1182 loader_dri3_open(xcb_connection_t * conn,xcb_window_t root,uint32_t provider) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/ |
| H A D | platform_x11.c | 69 dri2_surf->gc = xcb_generate_id(dri2_dpy->conn); 71 xcb_create_gc(dri2_dpy->conn, dri2_surf->gc, dri2_surf->drawable, mask, &function); 73 dri2_surf->swapgc = xcb_generate_id(dri2_dpy->conn); 77 xcb_create_gc(dri2_dpy->conn, dri2_surf->swapgc, dri2_surf->drawable, mask, valgc); 102 xcb_free_gc(dri2_dpy->conn, dri2_surf->gc); 103 xcb_free_gc(dri2_dpy->conn, dri2_surf->swapgc); 119 cookie = xcb_get_geometry (dri2_dpy->conn, dri2_surf->drawable); 120 reply = xcb_get_geometry_reply (dri2_dpy->conn, cookie, &error); 169 xcb_put_image(dri2_dpy->conn, XCB_IMAGE_FORMAT_Z_PIXMAP, dri2_surf->drawable, 186 cookie = xcb_get_image (dri2_dpy->conn, XCB_IMAGE_FORMAT_Z_PIXMA [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/loader/ |
| H A D | loader_dri3_helper.c | 68 get_screen_for_root(xcb_connection_t *conn, xcb_window_t root) argument 71 xcb_setup_roots_iterator(xcb_get_setup(conn)); 106 set_adaptive_sync_property(xcb_connection_t *conn, xcb_drawable_t drawable, argument 114 cookie = xcb_intern_atom(conn, 0, strlen(name), name); 115 reply = xcb_intern_atom_reply(conn, cookie, NULL); 120 check = xcb_change_property_checked(conn, XCB_PROP_MODE_REPLACE, 124 check = xcb_delete_property_checked(conn, drawable, reply->atom); 126 xcb_discard_reply(conn, check.sequence); 298 xcb_free_pixmap(draw->conn, buffer->pixmap); 299 xcb_sync_destroy_fence(draw->conn, buffe 333 loader_dri3_drawable_init(xcb_connection_t * conn,xcb_drawable_t drawable,__DRIscreen * dri_screen,bool is_different_gpu,bool multiplanes_available,const __DRIconfig * dri_config,struct loader_dri3_extensions * ext,const struct loader_dri3_vtable * vtable,struct loader_dri3_drawable * draw) argument 1076 loader_dri3_open(xcb_connection_t * conn,xcb_window_t root,uint32_t provider) argument [all...] |
| /xsrc/external/mit/xedit/dist/lisp/modules/ |
| H A D | psql.c | 185 PGconn *conn; local in function:Lisp_PQbackendPID 194 conn = (PGconn*)(connection->data.opaque.data); 196 pid = PQbackendPID(conn); 230 PGconn *conn; local in function:Lisp_PQconsumeInput 239 conn = (PGconn*)(connection->data.opaque.data); 241 result = PQconsumeInput(conn); 253 PGconn *conn; local in function:Lisp_PQdb 262 conn = (PGconn*)(connection->data.opaque.data); 264 string = PQdb(conn); 273 PGconn *conn; local in function:Lisp_PQerrorMessage 295 PGconn *conn; local in function:Lisp_PQexec 320 PGconn *conn; local in function:Lisp_PQfinish 605 PGconn *conn; local in function:Lisp_PQhost 651 PGconn *conn; local in function:Lisp_PQnotifies 712 PGconn *conn; local in function:Lisp_PQoptions 735 PGconn *conn; local in function:Lisp_PQpass 758 PGconn *conn; local in function:Lisp_PQport 804 PGconn *conn; local in function:LispPQsetdb 900 PGconn *conn; local in function:Lisp_PQsocket 923 PGconn *conn; local in function:Lisp_PQstatus 946 PGconn *conn; local in function:Lisp_PQtty 969 PGconn *conn; local in function:Lisp_PQuser [all...] |