HomeSort by: relevance | last modified time | path
    Searched refs:tmp_key (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/db/hash/
hash_bigkey.c 531 key->data = (uint8_t *)hashp->tmp_key;
554 if (hashp->tmp_key != NULL)
555 free(hashp->tmp_key);
556 if ((hashp->tmp_key = calloc(1, (size_t)totlen)) == NULL)
570 memmove(&hashp->tmp_key[len], (bufp->page) + bp[1], (size_t)mylen);
hash.h 103 char *tmp_key; /* Temporary Buffer for BIG keys */ member in struct:htab
  /src/lib/libcurses/
getch.c 375 key_entry_t *tmp_key; local in function:add_key_sequence
400 tmp_key = add_new_key(current, sequence[j], KEYMAP_MULTI, 0);
406 current->key[key_ent] = tmp_key;
417 tmp_key = add_new_key(current, sequence[length - 1], KEYMAP_LEAF,
419 current->key[current->mapping[(int)sequence[length - 1]]] = tmp_key;

Completed in 12 milliseconds