OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scan_info
(Results
1 - 16
of
16
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/
scan.h
27
struct
scan_info
*info, int new_scan);
bss.h
102
void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct
scan_info
*info,
wpa_supplicant_i.h
30
struct
scan_info
;
bss.c
653
const struct
scan_info
*info)
703
void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct
scan_info
*info,
scan.c
[
all
...]
events.c
1182
data ? &data->
scan_info
:
[
all
...]
/external/jpeg/
jcmaster.c
35
int scan_number; /* current index in
scan_info
[] */
131
/* Verify that the scan script in cinfo->
scan_info
[] is valid; also
151
scanptr = cinfo->
scan_info
;
273
if (cinfo->
scan_info
!= NULL) {
276
const jpeg_scan_info * scanptr = cinfo->
scan_info
+ master->scan_number;
559
if (cinfo->
scan_info
!= NULL) {
rdswitch.c
254
cinfo->
scan_info
= scanptr;
jcparam.c
301
cinfo->
scan_info
= NULL;
573
cinfo->
scan_info
= scanptr;
jpeglib.h
317
int num_scans; /* # of entries in
scan_info
array */
318
const jpeg_scan_info *
scan_info
; /* script for multi-scan file, or NULL */
member in struct:jpeg_compress_struct
319
/* The default value of
scan_info
is NULL, which causes a single-scan
321
* set num_scans and
scan_info
to point to an array of scan definitions.
[
all
...]
/external/qemu/distrib/jpeg-6b/
jcmaster.c
35
int scan_number; /* current index in
scan_info
[] */
131
/* Verify that the scan script in cinfo->
scan_info
[] is valid; also
151
scanptr = cinfo->
scan_info
;
273
if (cinfo->
scan_info
!= NULL) {
276
const jpeg_scan_info * scanptr = cinfo->
scan_info
+ master->scan_number;
559
if (cinfo->
scan_info
!= NULL) {
rdswitch.c
254
cinfo->
scan_info
= scanptr;
jcparam.c
301
cinfo->
scan_info
= NULL;
579
cinfo->
scan_info
= scanptr;
jpeglib.h
317
int num_scans; /* # of entries in
scan_info
array */
318
const jpeg_scan_info *
scan_info
; /* script for multi-scan file, or NULL */
member in struct:jpeg_compress_struct
319
/* The default value of
scan_info
is NULL, which causes a single-scan
321
* set num_scans and
scan_info
to point to an array of scan definitions.
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver.h
3722
struct
scan_info
{
struct in union:wpa_event_data
3728
}
scan_info
;
member in union:wpa_event_data
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 351 milliseconds