Searched defs:cursor (Results 1 - 24 of 24) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dsrv_dec_tkt.c96 krb5_kt_cursor cursor; local
98 retval = krb5_kt_start_seq_get(context, keytab, &cursor);
103 &ktent, &cursor)) == 0) {
122 code = krb5_kt_end_seq_get(context, keytab, &cursor);
H A Dvfy_increds.c265 krb5_kt_cursor cursor; local
271 ret = krb5_kt_start_seq_get(context, keytab, &cursor);
275 while ((ret = krb5_kt_next_entry(context, keytab, &kte, &cursor)) == 0) {
283 (void)krb5_kt_end_seq_get(context, keytab, &cursor);
H A Drd_req_dec.c118 krb5_kt_cursor cursor; local
120 code = krb5_kt_start_seq_get(context, keytab, &cursor);
127 &ktent, &cursor)) == 0) {
166 code = krb5_kt_end_seq_get(context, keytab, &cursor);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dcopy_ccache.c11 krb5_cc_cursor cursor; local
45 code = krb5_cc_start_seq_get(context, k5creds->ccache, &cursor);
53 while (!code && !krb5_cc_next_cred(context, k5creds->ccache, &cursor,
58 krb5_cc_end_seq_get(context, k5creds->ccache, &cursor);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dktfns.c82 krb5_kt_cursor *cursor)
84 return krb5_x((keytab)->ops->start_seq_get,(context, keytab, cursor));
89 krb5_keytab_entry *entry, krb5_kt_cursor *cursor)
91 return krb5_x((keytab)->ops->get_next,(context, keytab, entry, cursor));
96 krb5_kt_cursor *cursor)
98 return krb5_x((keytab)->ops->end_get,(context, keytab, cursor));
81 krb5_kt_start_seq_get(krb5_context context, krb5_keytab keytab, krb5_kt_cursor *cursor) argument
88 krb5_kt_next_entry(krb5_context context, krb5_keytab keytab, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
95 krb5_kt_end_seq_get(krb5_context context, krb5_keytab keytab, krb5_kt_cursor *cursor) argument
H A Dkt_memory.c147 krb5_mkt_cursor cursor, next_cursor; local
158 for (cursor = KTLINK(node->keytab); cursor; cursor = next_cursor) {
159 next_cursor = cursor->next;
163 krb5_kt_free_entry(NULL, cursor->entry);
164 free(cursor->entry);
165 free(cursor);
340 krb5_mkt_cursor cursor, next_cursor; local
349 for (cursor
386 krb5_mkt_cursor cursor; local
501 krb5_mkt_get_next(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
535 krb5_mkt_end_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
550 krb5_mkt_cursor cursor; local
[all...]
H A Dkt_solaris.c278 krb5_kt_cursor cursor; local
299 if ((code = krb5_kt_start_seq_get(ctx, kt, &cursor)) != 0)
302 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
312 code = krb5_kt_end_seq_get(ctx, kt, &cursor);
324 code = krb5_kt_start_seq_get(ctx, kt, &cursor);
339 code = krb5_kt_end_seq_get(ctx, kt, &cursor);
423 krb5_kt_cursor cursor; local
447 if ((code = krb5_kt_start_seq_get(ctx, kt, &cursor)) != 0)
450 while ((code = krb5_kt_next_entry(ctx, kt, &entry, &cursor)) == 0) {
484 if ((code = krb5_kt_end_seq_get(ctx, kt, &cursor)))
[all...]
H A Dkt_srvtab.c281 krb5_ktsrvtab_get_next(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
283 long *fileoff = (long *)*cursor;
301 krb5_ktsrvtab_end_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
303 free(*cursor);
H A Dkt_file.c497 krb5_ktfile_get_next(krb5_context context, krb5_keytab id, krb5_keytab_entry *entry, krb5_kt_cursor *cursor) argument
499 long *fileoff = (long *)*cursor;
529 krb5_ktfile_end_get(krb5_context context, krb5_keytab id, krb5_kt_cursor *cursor) argument
533 free(*cursor);
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcccursor.c27 * cursor for sequential traversal of ccaches
69 krb5_cccol_cursor *cursor)
75 *cursor = NULL;
108 *cursor = n;
114 krb5_cccol_cursor cursor,
125 switch (cursor->pos) {
129 cursor->pos = CCCURSOR_ENV;
130 ret = cccol_do_resolve(context, cursor, name, ccache);
140 cursor->pos = CCCURSOR_OS;
141 ret = cccol_do_resolve(context, cursor, nam
68 krb5_cccol_cursor_new(krb5_context context, krb5_cccol_cursor *cursor) argument
113 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache *ccache) argument
175 krb5_cccol_cursor_free(krb5_context context, krb5_cccol_cursor *cursor) argument
290 cccol_do_resolve(krb5_context context, krb5_cccol_cursor cursor, const char *name, krb5_ccache *ccache) argument
318 cccol_pertype_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache *ccache) argument
[all...]
H A Dcc_retr.c214 krb5_cc_cursor cursor; local
234 kret = krb5_cc_start_seq_get(context, id, &cursor);
241 while (krb5_cc_next_cred(context, id, &cursor, &fetchcreds) == KRB5_OK) {
258 krb5_cc_end_seq_get(context, id, &cursor);
273 krb5_cc_end_seq_get(context, id, &cursor);
H A Dccfns.c132 krb5_cc_cursor *cursor)
134 return cache->ops->get_first(context, cache, cursor);
139 krb5_cc_cursor *cursor, krb5_creds *creds)
141 return cache->ops->get_next(context, cache, cursor, creds);
146 krb5_cc_cursor *cursor)
148 return cache->ops->end_get(context, cache, cursor);
131 krb5_cc_start_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument
138 krb5_cc_next_cred(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor, krb5_creds *creds) argument
145 krb5_cc_end_seq_get(krb5_context context, krb5_ccache cache, krb5_cc_cursor *cursor) argument
H A Dcc_memory.c45 (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor );
62 krb5_cc_cursor *cursor ,
76 (krb5_context, krb5_ccache id , krb5_cc_cursor *cursor );
323 krb5_cc_cursor *cursor)
335 *cursor = (krb5_cc_cursor) mcursor;
341 * cursor is a krb5_cc_cursor originally obtained from
345 * cursor, creds
354 * The cursor is updated for the next call to krb5_mcc_next_cred.
361 krb5_cc_cursor *cursor, krb5_creds *creds)
369 mcursor = (krb5_mcc_cursor) *cursor;
322 krb5_mcc_start_seq_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
360 krb5_mcc_next_cred(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
396 krb5_mcc_end_seq_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
679 krb5_mcc_ptcursor_new( krb5_context context, krb5_cc_ptcursor *cursor) argument
716 krb5_mcc_ptcursor_next( krb5_context context, krb5_cc_ptcursor cursor, krb5_ccache *ccache) argument
751 krb5_mcc_ptcursor_free( krb5_context context, krb5_cc_ptcursor *cursor) argument
[all...]
H A Dcc_file.c119 (krb5_context, krb5_ccache id, krb5_cc_cursor *cursor);
134 (krb5_context, krb5_ccache id, krb5_cc_cursor *cursor,
170 (krb5_context, krb5_ccache id, krb5_cc_cursor *cursor);
184 (krb5_context context, krb5_cc_ptcursor *cursor);
187 (krb5_context context, krb5_cc_ptcursor cursor, krb5_ccache *ccache);
190 (krb5_context context, krb5_cc_ptcursor *cursor);
1975 krb5_cc_cursor *cursor)
2012 *cursor = (krb5_cc_cursor) fcursor;
2023 * cursor is a krb5_cc_cursor originally obtained from
2027 * cursor, cred
1974 krb5_fcc_start_seq_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
2042 krb5_fcc_next_cred(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
2115 krb5_fcc_end_seq_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
2495 krb5_fcc_ptcursor_new(krb5_context context, krb5_cc_ptcursor *cursor) argument
2530 krb5_fcc_ptcursor_next(krb5_context context, krb5_cc_ptcursor cursor, krb5_ccache *ccache) argument
2575 krb5_fcc_ptcursor_free(krb5_context context, krb5_cc_ptcursor *cursor) argument
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_seq.c123 * the page the cursor references if they're successful.
172 * Pins the page the cursor references.
190 * cursor at it. The cursor may not be moved until a new key has
278 * There are a couple of states that we can be in. The cursor has
284 * The cursor was deleted and there weren't any duplicate records,
285 * so the cursor's key was saved. Find out where that key would
291 * the cursor record and then replaces it, so the cursor was saved,
294 * match, we could as easily put the new record before the cursor,
523 CURSOR cursor; member in struct:rcursor_
[all...]
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dpraliases.c242 SMDB_CURSOR *cursor = NULL; local
320 result = database->smdb_cursor(database, &cursor, 0);
324 "praliases: %s: set cursor: %s\n", db_name,
329 while ((result = cursor->smdbc_get(cursor, &db_key, &db_value,
355 "praliases: %s: get value at cursor: %s\n",
391 if (cursor != NULL)
392 (void) cursor->smdbc_close(cursor);
H A Dmakemap.c101 SMDB_CURSOR *cursor; local
360 errno = database->smdb_cursor(database, &cursor, 0);
365 "%s: cannot make cursor for type %s map %s\n",
375 errno = cursor->smdbc_get(cursor, &db_key, &db_val,
389 (void) cursor->smdbc_close(cursor);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c218 /* initialize the cursor queue */
532 /* XXX This should really iterate over the cursor queue, but
533 it's not clear how to do that, and the only cursor a hash
710 CURSOR cursor; local
736 cursor.pagep = NULL;
737 __get_item_reset(hashp, &cursor);
739 cursor.bucket = bucket;
741 __get_item_next(hashp, &cursor, &page_key, &page_val, &item_info);
752 if (__find_bigpair(hashp, &cursor, (int8_t *)key->data,
762 __get_item_done(hashp, &cursor);
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dinteractive.c436 find_next_word(char *cursor, char *eol) argument
438 while (cursor < eol && *cursor != ' ')
439 cursor++;
440 while (cursor < eol && *cursor == ' ')
441 cursor++;
442 return (cursor);
446 find_prev_word(char *buf, char *cursor) argument
450 if (cursor
501 char *p, *cursor, *eol, *tp, *cp; local
[all...]
/osnet-11/usr/src/lib/libshell/common/edit/
H A Demacs.c105 genchar *cursor; /* Cursor in real screen */ member in struct:_emacs_
165 APPEND, /* Append char before cursor to screen */
1336 /* Adjust screen to agree with inputs: logical line and cursor */
1349 genchar *ncursor; /* New cursor */
1365 ep->cursor = ep->screen;
1373 *ep->cursor = '\0';
1390 If in append mode, cursor at end of line, screen up to date,
1419 ed_setcursor(ep->ed,ep->screen,0,ep->cursor-ep->screen, 0);
1428 print(i)&&((ep->cursor-ep->screen)<(w_size-1)))
1431 *ep->cursor
[all...]
H A Dvi.c147 #define cur_phys editb.e_pcur /* current phys column cursor is at */
190 static void cursor(Vi_t*, int);
536 /*** a control char, or cursor might not ***/
596 cursor(vp, last_phys);
708 * The cursor will always be positioned at the char of interest.
737 /*** make sure cursor is at the last char ***/
763 /*** see if it's a move cursor command ***/
1079 * This routine will position the virtual cursor at
1084 static void cursor(Vi_t *vp,register int x) function
1356 * The cursor wil
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c67 #define eat(p) do{if ((p)->token.push)(p)->token.push=0;else (p)->cursor+=(p)->token.len;}while (0)
119 unsigned char* cursor; /* curent point in re */ member in struct:Cenv_s
658 sp = (char*)env->cursor + env->token.len;
741 env->token.len = sp - (char*)env->cursor;
810 if (env->type == KRE && *(env->cursor + env->token.len) == '-' && *(env->cursor + env->token.len + 1) == '(')
815 if (env->type == KRE && *(env->cursor + env->token.len) == '(')
878 sp = (char*)env->cursor + env->token.len;
902 env->cursor = (unsigned char*)sp;
927 if ((env->token.len = MBSIZE(env->cursor)) >
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2100 txml_parse_auth(topo_mod_t *tmp, xmlNodePtr cursor) argument
2137 mfg = xmlGetProp(cursor, (xmlChar *)auths[i][MFG]);
2138 name = xmlGetProp(cursor, (xmlChar *)auths[i][NAME]);
2139 part = xmlGetProp(cursor, (xmlChar *)auths[i][PART]);
2140 serial = xmlGetProp(cursor, (xmlChar *)auths[i][SERIAL]);
2172 xmlNodePtr cursor; local
2241 if ((cursor = xmlDocGetRootElement(document)) == NULL) {
2253 if (xmlStrcmp(cursor->name, (xmlChar *)Topology) != 0) {
2260 if ((scheme = xmlGetProp(cursor, (xmlChar *)Scheme)) == NULL) {
2284 if ((uuid = xmlGetProp(cursor, (xmlCha
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h346 * DB access method and cursor operation values. Each value is an operation
372 #define DB_WRITELOCK 24 /* cursor() (internal) */
450 int (*cursor) __P((DB *, DB_TXN *, DBC **, u_int32_t)); member in struct:__db
504 DB_LOCK mylock; /* Lock held on this cursor. */

Completed in 80 milliseconds