Searched refs:str_dup (Results 1 – 1 of 1) sorted by relevance
127 static char *str_dup(const char *wordbegin, int wordlen) in str_dup() function275 cur_node->query = str_dup(wordbegin, wordlen); in lex_process()290 cur_node->query = str_dup(wordbegin, wordlen); in lex_process()296 cur_node->query_key = str_dup(wordbegin, wordlen); in lex_process()299 cur_node->query_opt = str_dup(wordbegin, wordlen); in lex_process()303 cur_node->query_value = str_dup(wordbegin, wordlen); in lex_process()326 cur_node->path = str_dup(wordbegin, wordlen); in lex_process()
Completed in 3 milliseconds