Searched refs:key_static_string (Results 1 – 2 of 2) sorted by relevance
182 unsigned char key_static_string[RAX_ITER_STATIC_LEN]; member
1260 it->key = it->key_static_string; in raxStart()1272 unsigned char *old = (it->key == it->key_static_string) ? NULL : in raxIteratorAddChars()1277 it->key = (!old) ? it->key_static_string : old; in raxIteratorAddChars()1281 if (old == NULL) memcpy(it->key,it->key_static_string,it->key_len); in raxIteratorAddChars()1803 if (it->key != it->key_static_string) rax_free(it->key); in raxStop()