Home
last modified time | relevance | path

Searched refs:handle (Results 151 – 175 of 34138) sorted by relevance

12345678910>>...1366

/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextobject_c.cpp39 void QTextFrame_Destroy(QTextFrameH handle) in QTextFrame_Destroy() argument
41 delete (QTextFrame *)handle; in QTextFrame_Destroy()
91 void QTextBlock_Destroy(QTextBlockH handle) in QTextBlock_Destroy() argument
93 delete (QTextBlock *)handle; in QTextBlock_Destroy()
101 bool QTextBlock_isValid(QTextBlockH handle) in QTextBlock_isValid() argument
106 int QTextBlock_position(QTextBlockH handle) in QTextBlock_position() argument
111 int QTextBlock_length(QTextBlockH handle) in QTextBlock_length() argument
128 ((QTextBlock *)handle)->clearLayout(); in QTextBlock_clearLayout()
159 t_retval = ((QTextBlock *)handle)->text(); in QTextBlock_text()
200 ((QTextBlock *)handle)->setRevision(rev); in QTextBlock_setRevision()
[all …]
H A Dqtextcursor_c.cpp19 void QTextCursor_Destroy(QTextCursorH handle) in QTextCursor_Destroy() argument
21 delete (QTextCursor *)handle; in QTextCursor_Destroy()
49 bool QTextCursor_isNull(QTextCursorH handle) in QTextCursor_isNull() argument
59 int QTextCursor_position(QTextCursorH handle) in QTextCursor_position() argument
69 int QTextCursor_anchor(QTextCursorH handle) in QTextCursor_anchor() argument
78 ((QTextCursor *)handle)->insertText(t_text); in QTextCursor_insertText()
125 ((QTextCursor *)handle)->deleteChar(); in QTextCursor_deleteChar()
135 ((QTextCursor *)handle)->select(selection); in QTextCursor_select()
155 ((QTextCursor *)handle)->clearSelection(); in QTextCursor_clearSelection()
257 ((QTextCursor *)handle)->insertBlock(); in QTextCursor_insertBlock()
[all …]
H A Dqstyleoption_c.h18 C_EXPORT int QStyleOption_version(QStyleOptionH handle);
20 C_EXPORT int QStyleOption_type(QStyleOptionH handle);
21 C_EXPORT void QStyleOption_setType(QStyleOptionH handle, int type);
22 C_EXPORT unsigned int QStyleOption_state(QStyleOptionH handle);
26 C_EXPORT void QStyleOption_rect(QStyleOptionH handle, PRect retval);
27 C_EXPORT void QStyleOption_setRect(QStyleOptionH handle, PRect rect);
32 C_EXPORT QObjectH QStyleOption_styleObject(QStyleOptionH handle);
35 C_EXPORT void QStyleOption_Destroy(QStyleOptionH handle);
119 C_EXPORT int QStyleOptionTab_row(QStyleOptionTabH handle);
138 C_EXPORT void QStyleOptionTab_Destroy(QStyleOptionTabH handle);
[all …]
H A Dqgesture_c.cpp19 void QGesture_Destroy(QGestureH handle) in QGesture_Destroy() argument
21 delete (QGesture *)handle; in QGesture_Destroy()
44 bool QGesture_hasHotSpot(QGestureH handle) in QGesture_hasHotSpot() argument
49 void QGesture_unsetHotSpot(QGestureH handle) in QGesture_unsetHotSpot() argument
51 ((QGesture *)handle)->unsetHotSpot(); in QGesture_unsetHotSpot()
71 delete (QPanGesture *)handle; in QPanGesture_Destroy()
116 delete (QPinchGesture *)handle; in QPinchGesture_Destroy()
236 delete (QSwipeGesture *)handle; in QSwipeGesture_Destroy()
266 delete (QTapGesture *)handle; in QTapGesture_Destroy()
286 delete (QTapAndHoldGesture *)handle; in QTapAndHoldGesture_Destroy()
[all …]
H A Dqtableview_c.cpp19 void QTableView_Destroy(QTableViewH handle) in QTableView_Destroy() argument
21 delete (QTableView *)handle; in QTableView_Destroy()
41 ((QTableView *)handle)->doItemsLayout(); in QTableView_doItemsLayout()
134 bool QTableView_showGrid(QTableViewH handle) in QTableView_showGrid() argument
151 ((QTableView *)handle)->setWordWrap(on); in QTableView_setWordWrap()
154 bool QTableView_wordWrap(QTableViewH handle) in QTableView_wordWrap() argument
203 ((QTableView *)handle)->clearSpans(); in QTableView_clearSpans()
213 ((QTableView *)handle)->selectRow(row); in QTableView_selectRow()
223 ((QTableView *)handle)->hideRow(row); in QTableView_hideRow()
233 ((QTableView *)handle)->showRow(row); in QTableView_showRow()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqtextobject_c.cpp39 void QTextFrame_Destroy(QTextFrameH handle) in QTextFrame_Destroy() argument
41 delete (QTextFrame *)handle; in QTextFrame_Destroy()
91 void QTextBlock_Destroy(QTextBlockH handle) in QTextBlock_Destroy() argument
93 delete (QTextBlock *)handle; in QTextBlock_Destroy()
101 bool QTextBlock_isValid(QTextBlockH handle) in QTextBlock_isValid() argument
106 int QTextBlock_position(QTextBlockH handle) in QTextBlock_position() argument
111 int QTextBlock_length(QTextBlockH handle) in QTextBlock_length() argument
128 ((QTextBlock *)handle)->clearLayout(); in QTextBlock_clearLayout()
159 t_retval = ((QTextBlock *)handle)->text(); in QTextBlock_text()
200 ((QTextBlock *)handle)->setRevision(rev); in QTextBlock_setRevision()
[all …]
H A Dqtextcursor_c.cpp19 void QTextCursor_Destroy(QTextCursorH handle) in QTextCursor_Destroy() argument
21 delete (QTextCursor *)handle; in QTextCursor_Destroy()
49 bool QTextCursor_isNull(QTextCursorH handle) in QTextCursor_isNull() argument
59 int QTextCursor_position(QTextCursorH handle) in QTextCursor_position() argument
69 int QTextCursor_anchor(QTextCursorH handle) in QTextCursor_anchor() argument
78 ((QTextCursor *)handle)->insertText(t_text); in QTextCursor_insertText()
125 ((QTextCursor *)handle)->deleteChar(); in QTextCursor_deleteChar()
135 ((QTextCursor *)handle)->select(selection); in QTextCursor_select()
155 ((QTextCursor *)handle)->clearSelection(); in QTextCursor_clearSelection()
257 ((QTextCursor *)handle)->insertBlock(); in QTextCursor_insertBlock()
[all …]
H A Dqstyleoption_c.h18 C_EXPORT int QStyleOption_version(QStyleOptionH handle);
20 C_EXPORT int QStyleOption_type(QStyleOptionH handle);
21 C_EXPORT void QStyleOption_setType(QStyleOptionH handle, int type);
22 C_EXPORT unsigned int QStyleOption_state(QStyleOptionH handle);
26 C_EXPORT void QStyleOption_rect(QStyleOptionH handle, PRect retval);
27 C_EXPORT void QStyleOption_setRect(QStyleOptionH handle, PRect rect);
32 C_EXPORT QObjectH QStyleOption_styleObject(QStyleOptionH handle);
35 C_EXPORT void QStyleOption_Destroy(QStyleOptionH handle);
119 C_EXPORT int QStyleOptionTab_row(QStyleOptionTabH handle);
138 C_EXPORT void QStyleOptionTab_Destroy(QStyleOptionTabH handle);
[all …]
H A Dqgesture_c.cpp19 void QGesture_Destroy(QGestureH handle) in QGesture_Destroy() argument
21 delete (QGesture *)handle; in QGesture_Destroy()
44 bool QGesture_hasHotSpot(QGestureH handle) in QGesture_hasHotSpot() argument
49 void QGesture_unsetHotSpot(QGestureH handle) in QGesture_unsetHotSpot() argument
51 ((QGesture *)handle)->unsetHotSpot(); in QGesture_unsetHotSpot()
71 delete (QPanGesture *)handle; in QPanGesture_Destroy()
116 delete (QPinchGesture *)handle; in QPinchGesture_Destroy()
236 delete (QSwipeGesture *)handle; in QSwipeGesture_Destroy()
266 delete (QTapGesture *)handle; in QTapGesture_Destroy()
286 delete (QTapAndHoldGesture *)handle; in QTapAndHoldGesture_Destroy()
[all …]
H A Dqtableview_c.cpp19 void QTableView_Destroy(QTableViewH handle) in QTableView_Destroy() argument
21 delete (QTableView *)handle; in QTableView_Destroy()
41 ((QTableView *)handle)->doItemsLayout(); in QTableView_doItemsLayout()
134 bool QTableView_showGrid(QTableViewH handle) in QTableView_showGrid() argument
151 ((QTableView *)handle)->setWordWrap(on); in QTableView_setWordWrap()
154 bool QTableView_wordWrap(QTableViewH handle) in QTableView_wordWrap() argument
203 ((QTableView *)handle)->clearSpans(); in QTableView_clearSpans()
213 ((QTableView *)handle)->selectRow(row); in QTableView_selectRow()
223 ((QTableView *)handle)->hideRow(row); in QTableView_hideRow()
233 ((QTableView *)handle)->showRow(row); in QTableView_showRow()
[all …]
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dcmd68k.h58 #define ti89_send_CTS(handle) ti68k_send_CTS(handle, ti68k_handle_to_dbus_mid(handle)) argument
61 #define ti89_send_ACK(handle) ti68k_send_ACK(handle, ti68k_handle_to_dbus_mid(handle)) argument
62 #define ti89_send_ERR(handle) ti68k_send_ERR(handle, ti68k_handle_to_dbus_mid(handle)) argument
63 #define ti89_send_RDY(handle) ti68k_send_RDY(handle, ti68k_handle_to_dbus_mid(handle)) argument
64 #define ti89_send_SCR(handle) ti68k_send_SCR(handle, ti68k_handle_to_dbus_mid(handle)) argument
65 #define ti89_send_CNT(handle) ti68k_send_CNT(handle, ti68k_handle_to_dbus_mid(handle)) argument
67 #define ti89_send_EOT(handle) ti68k_send_EOT(handle, ti68k_handle_to_dbus_mid(handle)) argument
80 #define ti89_recv_CNT(handle) ti68k_recv_CNT(handle) argument
81 #define ti89_recv_EOT(handle) ti68k_recv_EOT(handle) argument
106 #define ti92_recv_CNT(handle) ti68k_recv_CNT(handle) argument
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextcursor_c.cpp19 void QTextCursor_Destroy(QTextCursorH handle) in QTextCursor_Destroy() argument
21 delete (QTextCursor *)handle; in QTextCursor_Destroy()
49 bool QTextCursor_isNull(QTextCursorH handle) in QTextCursor_isNull() argument
59 int QTextCursor_position(QTextCursorH handle) in QTextCursor_position() argument
69 int QTextCursor_anchor(QTextCursorH handle) in QTextCursor_anchor() argument
78 ((QTextCursor *)handle)->insertText(t_text); in QTextCursor_insertText()
125 ((QTextCursor *)handle)->deleteChar(); in QTextCursor_deleteChar()
135 ((QTextCursor *)handle)->select(selection); in QTextCursor_select()
155 ((QTextCursor *)handle)->clearSelection(); in QTextCursor_clearSelection()
257 ((QTextCursor *)handle)->insertBlock(); in QTextCursor_insertBlock()
[all …]
H A Dqstyleoption_c.h18 C_EXPORT int QStyleOption_version(QStyleOptionH handle);
20 C_EXPORT int QStyleOption_type(QStyleOptionH handle);
21 C_EXPORT void QStyleOption_setType(QStyleOptionH handle, int type);
22 C_EXPORT unsigned int QStyleOption_state(QStyleOptionH handle);
26 C_EXPORT void QStyleOption_rect(QStyleOptionH handle, PRect retval);
27 C_EXPORT void QStyleOption_setRect(QStyleOptionH handle, PRect rect);
32 C_EXPORT QObjectH QStyleOption_styleObject(QStyleOptionH handle);
35 C_EXPORT void QStyleOption_Destroy(QStyleOptionH handle);
119 C_EXPORT int QStyleOptionTab_row(QStyleOptionTabH handle);
138 C_EXPORT void QStyleOptionTab_Destroy(QStyleOptionTabH handle);
[all …]
H A Dqgesture_c.cpp19 void QGesture_Destroy(QGestureH handle) in QGesture_Destroy() argument
21 delete (QGesture *)handle; in QGesture_Destroy()
44 bool QGesture_hasHotSpot(QGestureH handle) in QGesture_hasHotSpot() argument
49 void QGesture_unsetHotSpot(QGestureH handle) in QGesture_unsetHotSpot() argument
51 ((QGesture *)handle)->unsetHotSpot(); in QGesture_unsetHotSpot()
71 delete (QPanGesture *)handle; in QPanGesture_Destroy()
116 delete (QPinchGesture *)handle; in QPinchGesture_Destroy()
236 delete (QSwipeGesture *)handle; in QSwipeGesture_Destroy()
266 delete (QTapGesture *)handle; in QTapGesture_Destroy()
286 delete (QTapAndHoldGesture *)handle; in QTapAndHoldGesture_Destroy()
[all …]
H A Dqtableview_c.cpp19 void QTableView_Destroy(QTableViewH handle) in QTableView_Destroy() argument
21 delete (QTableView *)handle; in QTableView_Destroy()
41 ((QTableView *)handle)->doItemsLayout(); in QTableView_doItemsLayout()
134 bool QTableView_showGrid(QTableViewH handle) in QTableView_showGrid() argument
151 ((QTableView *)handle)->setWordWrap(on); in QTableView_setWordWrap()
154 bool QTableView_wordWrap(QTableViewH handle) in QTableView_wordWrap() argument
203 ((QTableView *)handle)->clearSpans(); in QTableView_clearSpans()
213 ((QTableView *)handle)->selectRow(row); in QTableView_selectRow()
223 ((QTableView *)handle)->hideRow(row); in QTableView_hideRow()
233 ((QTableView *)handle)->showRow(row); in QTableView_showRow()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqtextcursor_c.cpp19 void QTextCursor_Destroy(QTextCursorH handle) in QTextCursor_Destroy() argument
21 delete (QTextCursor *)handle; in QTextCursor_Destroy()
49 bool QTextCursor_isNull(QTextCursorH handle) in QTextCursor_isNull() argument
59 int QTextCursor_position(QTextCursorH handle) in QTextCursor_position() argument
69 int QTextCursor_anchor(QTextCursorH handle) in QTextCursor_anchor() argument
78 ((QTextCursor *)handle)->insertText(t_text); in QTextCursor_insertText()
125 ((QTextCursor *)handle)->deleteChar(); in QTextCursor_deleteChar()
135 ((QTextCursor *)handle)->select(selection); in QTextCursor_select()
155 ((QTextCursor *)handle)->clearSelection(); in QTextCursor_clearSelection()
257 ((QTextCursor *)handle)->insertBlock(); in QTextCursor_insertBlock()
[all …]
H A Dqstyleoption_c.h18 C_EXPORT int QStyleOption_version(QStyleOptionH handle);
20 C_EXPORT int QStyleOption_type(QStyleOptionH handle);
21 C_EXPORT void QStyleOption_setType(QStyleOptionH handle, int type);
22 C_EXPORT unsigned int QStyleOption_state(QStyleOptionH handle);
26 C_EXPORT void QStyleOption_rect(QStyleOptionH handle, PRect retval);
27 C_EXPORT void QStyleOption_setRect(QStyleOptionH handle, PRect rect);
32 C_EXPORT QObjectH QStyleOption_styleObject(QStyleOptionH handle);
35 C_EXPORT void QStyleOption_Destroy(QStyleOptionH handle);
119 C_EXPORT int QStyleOptionTab_row(QStyleOptionTabH handle);
138 C_EXPORT void QStyleOptionTab_Destroy(QStyleOptionTabH handle);
[all …]
H A Dqgesture_c.cpp19 void QGesture_Destroy(QGestureH handle) in QGesture_Destroy() argument
21 delete (QGesture *)handle; in QGesture_Destroy()
44 bool QGesture_hasHotSpot(QGestureH handle) in QGesture_hasHotSpot() argument
49 void QGesture_unsetHotSpot(QGestureH handle) in QGesture_unsetHotSpot() argument
51 ((QGesture *)handle)->unsetHotSpot(); in QGesture_unsetHotSpot()
71 delete (QPanGesture *)handle; in QPanGesture_Destroy()
116 delete (QPinchGesture *)handle; in QPinchGesture_Destroy()
236 delete (QSwipeGesture *)handle; in QSwipeGesture_Destroy()
266 delete (QTapGesture *)handle; in QTapGesture_Destroy()
286 delete (QTapAndHoldGesture *)handle; in QTapAndHoldGesture_Destroy()
[all …]
H A Dqtableview_c.cpp19 void QTableView_Destroy(QTableViewH handle) in QTableView_Destroy() argument
21 delete (QTableView *)handle; in QTableView_Destroy()
41 ((QTableView *)handle)->doItemsLayout(); in QTableView_doItemsLayout()
134 bool QTableView_showGrid(QTableViewH handle) in QTableView_showGrid() argument
151 ((QTableView *)handle)->setWordWrap(on); in QTableView_setWordWrap()
154 bool QTableView_wordWrap(QTableViewH handle) in QTableView_wordWrap() argument
203 ((QTableView *)handle)->clearSpans(); in QTableView_clearSpans()
213 ((QTableView *)handle)->selectRow(row); in QTableView_selectRow()
223 ((QTableView *)handle)->hideRow(row); in QTableView_hideRow()
233 ((QTableView *)handle)->showRow(row); in QTableView_showRow()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/src/win/
H A Dpipe.c81 handle->handle = INVALID_HANDLE_VALUE; in uv_pipe_init()
98 handle->read_req.data = handle; in uv_pipe_connection_init()
198 handle->handle = pipeHandle; in uv_stdio_pipe_server()
251 handle->handle = pipeHandle; in uv_set_pipe_handle()
265 handle = (uv_pipe_t*) req->handle; in pipe_shutdown_thread_proc()
270 FlushFileBuffers(handle->handle); in pipe_shutdown_thread_proc()
494 handle = (uv_pipe_t*) req->handle; in pipe_connect_thread_proc()
633 CloseHandle(handle->handle); in uv_pipe_cleanup()
872 handle = (uv_tcp_t*)req->handle; in post_completion_write_wait()
1328 handle->read2_cb(handle, in uv_pipe_read_error()
[all …]
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Dhandle.c33 if (handle->file == file && handle->f != -1) { in handle_create()
38 pathprint(handle->path, sizeof(handle->path), "%s%s", handle->disk->dir, file->sub); in handle_create()
56 handle->f = open(handle->path, flags | O_RDWR); in handle_create()
100 ret = fstat(handle->f, &handle->st); in handle_create()
109 handle->valid_size = handle->st.st_size; in handle_create()
111 ret = advise_open(&handle->advise, handle->f); in handle_create()
153 if (handle->file == file && handle->file != 0 && handle->f != -1) { in handle_open()
158 pathprint(handle->path, sizeof(handle->path), "%s%s", handle->disk->dir, file->sub); in handle_open()
187 ret = fstat(handle->f, &handle->st); in handle_open()
196 handle->valid_size = handle->st.st_size; in handle_open()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/file/nbio/
H A Dnbio_stdio.c79 if (!handle) in nbio_stdio_open()
105 handle->progress = handle->len; in nbio_stdio_open()
111 if (handle) in nbio_stdio_open()
120 if (!handle) in nbio_stdio_begin_read()
160 if (amount > handle->len - handle->progress) in nbio_stdio_iterate()
161 amount = handle->len - handle->progress; in nbio_stdio_iterate()
172 fread((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
184 fwrite((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
190 if (handle->progress == handle->len) in nbio_stdio_iterate()
217 new_data = realloc(handle->data, handle->len); in nbio_stdio_resize()
[all …]
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/file/nbio/
H A Dnbio_stdio.c79 if (!handle) in nbio_stdio_open()
105 handle->progress = handle->len; in nbio_stdio_open()
111 if (handle) in nbio_stdio_open()
120 if (!handle) in nbio_stdio_begin_read()
160 if (amount > handle->len - handle->progress) in nbio_stdio_iterate()
161 amount = handle->len - handle->progress; in nbio_stdio_iterate()
172 fread((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
184 fwrite((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
190 if (handle->progress == handle->len) in nbio_stdio_iterate()
217 new_data = realloc(handle->data, handle->len); in nbio_stdio_resize()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/file/nbio/
H A Dnbio_stdio.c79 if (!handle) in nbio_stdio_open()
105 handle->progress = handle->len; in nbio_stdio_open()
111 if (handle) in nbio_stdio_open()
120 if (!handle) in nbio_stdio_begin_read()
160 if (amount > handle->len - handle->progress) in nbio_stdio_iterate()
161 amount = handle->len - handle->progress; in nbio_stdio_iterate()
172 fread((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
184 fwrite((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
190 if (handle->progress == handle->len) in nbio_stdio_iterate()
217 new_data = realloc(handle->data, handle->len); in nbio_stdio_resize()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/file/nbio/
H A Dnbio_stdio.c79 if (!handle) in nbio_stdio_open()
105 handle->progress = handle->len; in nbio_stdio_open()
111 if (handle) in nbio_stdio_open()
120 if (!handle) in nbio_stdio_begin_read()
160 if (amount > handle->len - handle->progress) in nbio_stdio_iterate()
161 amount = handle->len - handle->progress; in nbio_stdio_iterate()
172 fread((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
184 fwrite((char*)handle->data + handle->progress, 1, amount, handle->f); in nbio_stdio_iterate()
190 if (handle->progress == handle->len) in nbio_stdio_iterate()
217 new_data = realloc(handle->data, handle->len); in nbio_stdio_resize()
[all …]

12345678910>>...1366