Searched refs:search_id (Results 1 – 4 of 4) sorted by relevance
188 info.search_id = pscan->section_filter; in scan_file()196 " ID constraint is: \"" << info.search_id << "\"" in scan_file()206 if(pos.first->search_id != info.search_id) in scan_file()211 const_cast<boost::regex&>(pos.first->search_id) = in scan_file()212 "(?:" + pos.first->search_id.str() + ")|(?:" + info.search_id.str() + ")"; in scan_file()452 info.search_id = s; in process_script()466 if(pos.first->search_id != info.search_id) in process_script()471 const_cast<boost::regex&>(pos.first->search_id) = in process_script()472 "(?:" + pos.first->search_id.str() + ")|(?:" + info.search_id.str() + ")"; in process_script()
473 && (i->search_id.empty() || regex_match(*pid, i->search_id))) in process_node()485 std::cout << "The section constraint is: " << i->search_id << std::endl; in process_node()
33 boost::regex search_id; // What id's this term may be indexed in. member
1091 const char *id, *search_id; in tplg_object_copy_and_add_param() local1097 if (snd_config_get_id(search_config, &search_id) < 0) in tplg_object_copy_and_add_param()1107 SNDERR("error copying attribute '%s' value from %s\n", id, search_id); in tplg_object_copy_and_add_param()1114 SNDERR("error adding attribute '%s' value to %s\n", id, search_id); in tplg_object_copy_and_add_param()