Home
last modified time | relevance | path

Searched refs:have_cursor (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/vboxvideo/
H A Dvbox_main.c82 u32 have_hints, have_cursor; in have_hgsmi_mode_hints() local
93 &have_cursor); in have_hgsmi_mode_hints()
97 return have_hints == VINF_SUCCESS && have_cursor == VINF_SUCCESS; in have_hgsmi_mode_hints()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/vboxvideo/
H A Dvbox_main.c82 u32 have_hints, have_cursor; in have_hgsmi_mode_hints() local
93 &have_cursor); in have_hgsmi_mode_hints()
97 return have_hints == VINF_SUCCESS && have_cursor == VINF_SUCCESS; in have_hgsmi_mode_hints()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/vboxvideo/
H A Dvbox_main.c82 u32 have_hints, have_cursor; in have_hgsmi_mode_hints() local
93 &have_cursor); in have_hgsmi_mode_hints()
97 return have_hints == VINF_SUCCESS && have_cursor == VINF_SUCCESS; in have_hgsmi_mode_hints()
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/database/drivers/oci8/
H A Doci8_driver.php331 $have_cursor = FALSE;
338 $have_cursor = TRUE;
346 $result = $this->query($sql, FALSE, $have_cursor);
/dports/www/codeigniter/CodeIgniter-3.1.11/system/database/drivers/oci8/
H A Doci8_driver.php331 $have_cursor = FALSE;
338 $have_cursor = TRUE;
346 $result = $this->query($sql, FALSE, $have_cursor);
/dports/security/pecl-krb5/krb5-1.1.4/
H A Dkrb5.c576 int have_cursor = 0; in php_krb5_verify_tgt() local
599 have_cursor = 1; in php_krb5_verify_tgt()
625 if (have_cursor && (r2val = krb5_kt_end_seq_get(ccache->ctx, ktab, &cursor))) { in php_krb5_verify_tgt()
1074 int have_cursor = 0; in PHP_METHOD() local
1092 have_cursor = 1; in PHP_METHOD()
1114 if (have_cursor) krb5_cc_end_seq_get(ccache->ctx, ccache->cc, &cursor); in PHP_METHOD()
1164 int have_cursor = 0; in PHP_METHOD() local
1200 have_cursor = 1; in PHP_METHOD()
1338 if (have_cursor) krb5_cc_end_seq_get(ccache->ctx,ccache->cc,&cursor); in PHP_METHOD()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dfiler.c945 gboolean have_cursor; in filer_next_selected() local
951 have_cursor = cursor.peek(&cursor) != NULL; in filer_next_selected()
955 (have_cursor ? VIEW_ITER_FROM_CURSOR : 0) | in filer_next_selected()
958 if (have_cursor && view_get_selected(view, &cursor)) in filer_next_selected()
/dports/graphics/gimp-app/gimp-2.10.30/
H A DChangeLog.pre-2-03003 shell->have_cursor is TRUE.