Searched refs:exact_match (Results 1 – 2 of 2) sorted by relevance
544 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() argument551 *exact_match = 0; in hd_map_find()566 *exact_match = 1; in hd_map_find()1230 int exact_match; in search_hd_table() local1233 exact_match = 0; in search_hd_table()1234 ent = hd_map_find(map, &exact_match, nv, token, hash, name_only); in search_hd_table()1236 if (!exact_match && token >= 0 && token <= NGHTTP2_TOKEN_WWW_AUTHENTICATE) { in search_hd_table()1246 res.name_value_match = exact_match; in search_hd_table()
456 …llerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickGUID *guid, SDL_bool exact_match) in SDL_PrivateGetControllerMappingForGUID() argument465 if (!exact_match) { in SDL_PrivateGetControllerMappingForGUID()
Completed in 19 milliseconds