Home | History | Annotate | Download | only in src

Lines Matching refs:search

301  * specified in the "search pattern" must be present in the
302 * "target pattern". Here "search pattern" is the set of UUIDs
306 * Return 1 if each and every UUID in the search
310 static int sdp_match_uuid(sdp_list_t *search, sdp_list_t *pattern)
315 * from the search pattern
319 if (patlen < sdp_list_len(search))
321 for (; search; search = search->next) {
323 void *data = search->data;
328 // create 128-bit form of the search UUID
339 * Service search request PDU. This method extracts the search pattern
415 /* for every record in the DB, do a pattern search */
762 * combined service search and attribute extraction