Searched refs:scan_info (Results 1 - 22 of 22) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.h27 struct scan_info *info, int new_scan);
H A Dbss.h116 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
H A Devents.c1468 data ? &data->scan_info :
1476 if (data && data->scan_info.external_scan)
1502 !(data && data->scan_info.external_scan)) {
1524 data ? data->scan_info.external_scan : 0);
1527 own_request && !(data && data->scan_info.external_scan)) {
1538 if (data && data->scan_info.external_scan) {
3431 (data && !data->scan_info.external_scan)) {
3465 if (!(data && data->scan_info.external_scan) &&
3477 if (!(data && data->scan_info.external_scan))
3479 if (data && data->scan_info
[all...]
H A Dbss.c746 const struct scan_info *info)
796 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
H A Dwpa_supplicant_i.h33 struct scan_info;
H A Dscan.c2096 struct scan_info *info, int new_scan)
/external/libjpeg-turbo/
H A Djcmaster.c39 int scan_number; /* current index in scan_info[] */
166 /* Verify that the scan script in cinfo->scan_info[] is valid; also
186 scanptr = cinfo->scan_info;
308 if (cinfo->scan_info != NULL) {
311 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
594 if (cinfo->scan_info != NULL) {
H A Djcparam.c217 cinfo->scan_info = NULL;
504 cinfo->scan_info = scanptr;
H A Drdswitch.c266 cinfo->scan_info = scanptr;
H A Djpeglib.h359 int num_scans; /* # of entries in scan_info array */
360 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
361 /* The default value of scan_info is NULL, which causes a single-scan
363 * set num_scans and scan_info to point to an array of scan definitions.
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcmaster.c35 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) {
H A Dfpdfapi_jcparam.c301 cinfo->scan_info = NULL;
573 cinfo->scan_info = scanptr;
H A Djpeglib.h415 int num_scans; /* # of entries in scan_info array */
416 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
417 /* The default value of scan_info is NULL, which causes a single-scan
419 * set num_scans and scan_info to point to an array of scan definitions.
/external/opencv3/3rdparty/libjpeg/
H A Djcmaster.c36 int scan_number; /* current index in scan_info[] */
359 /* Verify that the scan script in cinfo->scan_info[] is valid; also
379 scanptr = cinfo->scan_info;
502 scanptr = (jpeg_scan_info *) cinfo->scan_info;
534 if (cinfo->scan_info != NULL) {
537 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
823 if (cinfo->scan_info != NULL) {
H A Djcparam.c320 cinfo->scan_info = NULL;
600 cinfo->scan_info = scanptr;
H A Djpeglib.h343 int num_scans; /* # of entries in scan_info array */
344 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
345 /* The default value of scan_info is NULL, which causes a single-scan
347 * set num_scans and scan_info to point to an array of scan definitions.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211_event.c1022 struct scan_info *info;
1036 info = &event.scan_info;
1747 struct scan_info *info;
1762 info = &event.scan_info;
1778 struct scan_info *info;
1783 info = &event.scan_info;
H A Ddriver.h3596 * completed scan can be provided with union wpa_event_data::scan_info.
4482 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
4493 struct scan_info { struct in union:wpa_event_data
4501 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_event.c1022 struct scan_info *info;
1036 info = &event.scan_info;
1747 struct scan_info *info;
1762 info = &event.scan_info;
1778 struct scan_info *info;
1783 info = &event.scan_info;
H A Ddriver.h3596 * completed scan can be provided with union wpa_event_data::scan_info.
4482 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
4493 struct scan_info { struct in union:wpa_event_data
4501 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211_event.c1022 struct scan_info *info;
1036 info = &event.scan_info;
1747 struct scan_info *info;
1762 info = &event.scan_info;
1778 struct scan_info *info;
1783 info = &event.scan_info;
H A Ddriver.h3596 * completed scan can be provided with union wpa_event_data::scan_info.
4482 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
4493 struct scan_info { struct in union:wpa_event_data
4501 } scan_info; member in union:wpa_event_data

Completed in 311 milliseconds