Searched refs:next_key (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/libauto-186/auto_tester/
H A DAssociativeRefRecovery.m139 static char next_key;
160 objc_setAssociatedObject(current, &next_key, next, OBJC_ASSOCIATION_ASSIGN);
163 objc_setAssociatedObject(self, &next_key, (id)list, OBJC_ASSOCIATION_ASSIGN);
168 current = objc_getAssociatedObject(current, &next_key);
/macosx-10.10.1/apache-793/httpd/modules/dav/main/
H A Dprops.c630 goto next_key;
640 next_key:
/macosx-10.10.1/BerkeleyDB-21/db/hash/
H A Dhash.c597 int need_pg, next_key, no_dup, ret, t_ret; local
608 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
769 next_key = 0;
917 } while (next_key && (indx += 2) < NUM_ENT(pg));
925 if (ret == 0 && next_key && indx >= NUM_ENT(pg)) {
/macosx-10.10.1/BerkeleyDB-21/db/btree/
H A Dbt_cursor.c1055 int adj, is_key, need_pg, next_key, no_dup, rec_key, ret; local
1088 * next_key is set if we are going after the next key rather than dup.
1093 next_key = is_key && LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1098 next_key = LF_ISSET(DB_OPFLAGS_MASK) != DB_NEXT_DUP;
1345 (next_key || pg_keyoff == inp[indx]));
1348 if (ret == 0 && next_key && indx >= NUM_ENT(pg)) {
1374 if (ret == DB_BUFFER_SMALL || next_key || pg_keyoff == inp[indx])
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqlforms.vim46 syntax keyword sqlProcedure move_view new_form next_block next_field next_key
/macosx-10.10.1/emacs-93/emacs/src/
H A Dimage.c4400 int key, next_key, max_key = 0;
4424 next_key = xpm_str_to_color_key (str);
4425 if (next_key >= 0)
4440 key = next_key;
4390 int key, next_key, max_key = 0; local

Completed in 154 milliseconds