Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_hd.c544 static nghttp2_hd_entry *hd_map_find(nghttp2_hd_map *map, int *exact_match, in hd_map_find() argument
551 *exact_match = 0; in hd_map_find()
566 *exact_match = 1; in hd_map_find()
1230 int exact_match; in search_hd_table() local
1233 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()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c456 …llerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickGUID *guid, SDL_bool exact_match) in SDL_PrivateGetControllerMappingForGUID() argument
465 if (!exact_match) { in SDL_PrivateGetControllerMappingForGUID()

Completed in 19 milliseconds