OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vhdr
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/radius/
radius.c
934
struct radius_attr_vendor *
vhdr
;
local
953
while (left >= sizeof(*
vhdr
)) {
954
vhdr
= (struct radius_attr_vendor *) pos;
955
if (
vhdr
->vendor_length > left ||
956
vhdr
->vendor_length < sizeof(*
vhdr
)) {
959
if (
vhdr
->vendor_type != subtype) {
960
pos +=
vhdr
->vendor_length;
961
left -=
vhdr
->vendor_length;
965
len =
vhdr
->vendor_length - sizeof(*vhdr)
1193
struct radius_attr_vendor *
vhdr
;
local
[
all
...]
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.cpp
3277
cam_video_hdr_mode_t
vhdr
= (cam_video_hdr_mode_t)
local
13359
cam_video_hdr_mode_t
vhdr
= CAM_VIDEO_HDR_MODE_OFF;
local
[
all
...]
Completed in 87 milliseconds