Searched refs:tmp_arr (Results 1 – 2 of 2) sorted by relevance
108 $tmp_arr = arry();112 $tmp_arr[$node->getId()] = $node;114 $tmp_arr[$key_arr[$i]] = $this->_child_arr[$key_arr[$i]];116 $this->_child_arr = $tmp_arr;123 $tmp_arr = arry();126 $tmp_arr[$key_arr[$i]] = $this->_child_arr[$key_arr[$i]];128 $tmp_arr[$node->getId()] = $node;131 $this->_child_arr = $tmp_arr;
105 stem_t *tmp_arr; in find_stem_from_spec() local107 tmp_arr = realloc(data->stem_arr, in find_stem_from_spec()109 if (!tmp_arr) in find_stem_from_spec()111 data->stem_arr = tmp_arr; in find_stem_from_spec()