Searched refs:cursor (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/openstack/common/files/
H A Dopenstack_common.py98 cursor = db.cursor()
99 cursor.execute("SHOW table status")
100 cursor.execute("ALTER DATABASE %s CHARACTER SET = 'utf8'" %
102 cursor.execute("ALTER DATABASE %s COLLATE = 'utf8_general_ci'" %
104 cursor.execute("SHOW tables")
105 res = cursor.fetchall()
107 cursor.execute("SET foreign_key_checks = 0")
109 cursor.execute("ALTER TABLE %s.%s CONVERT TO "
112 cursor
[all...]
/solaris-userland/components/krb5/Solaris/
H A Dkt_solaris.c269 krb5_kt_cursor cursor; local
290 if ((code = krb5_kt_start_seq_get(ctx, kt, &cursor)) != 0)
293 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
303 code = krb5_kt_end_seq_get(ctx, kt, &cursor);
315 code = krb5_kt_start_seq_get(ctx, kt, &cursor);
330 code = krb5_kt_end_seq_get(ctx, kt, &cursor);
414 krb5_kt_cursor cursor; local
438 if ((code = krb5_kt_start_seq_get(ctx, kt, &cursor)) != 0)
441 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
475 if ((code = krb5_kt_end_seq_get(ctx, kt, &cursor)))
[all...]
/solaris-userland/components/jansson/doc/html/_static/
H A Dbasic.css171 cursor: pointer;
449 cursor: help;

Completed in 92 milliseconds