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

12

/external/wpa_supplicant_8/wpa_supplicant/
H A Dscan.h27 struct scan_info *info, int new_scan);
H A Dbss.h103 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
H A Dbss.c712 const struct scan_info *info)
762 void wpa_bss_update_end(struct wpa_supplicant *wpa_s, struct scan_info *info,
H A Dwpa_supplicant_i.h32 struct scan_info;
H A Dscan.c1767 struct scan_info *info, int new_scan)
H A Devents.c1277 data ? &data->scan_info :
/external/chromium_org/third_party/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 Drdswitch.c266 cinfo->scan_info = scanptr;
H A Djcparam.c326 cinfo->scan_info = NULL;
613 cinfo->scan_info = scanptr;
H A Djpeglib.h364 int num_scans; /* # of entries in scan_info array */
365 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
366 /* The default value of scan_info is NULL, which causes a single-scan
368 * set num_scans and scan_info to point to an array of scan definitions.
/external/jpeg/
H A Djcmaster.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 Drdswitch.c254 cinfo->scan_info = scanptr;
H A Djcparam.c301 cinfo->scan_info = NULL;
573 cinfo->scan_info = scanptr;
H A Djpeglib.h317 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.
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c36 int scan_number; /* current index in scan_info[] */
132 /* Verify that the scan script in cinfo->scan_info[] is valid; also
152 scanptr = cinfo->scan_info;
274 if (cinfo->scan_info != NULL) {
277 const jpeg_scan_info * scanptr = cinfo->scan_info + master->scan_number;
560 if (cinfo->scan_info != NULL) {
H A Dfpdfapi_jcparam.c302 cinfo->scan_info = NULL;
574 cinfo->scan_info = scanptr;
H A Djpeglib.h380 int num_scans; /* # of entries in scan_info array */
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
382 /* The default value of scan_info is NULL, which causes a single-scan
384 * set num_scans and scan_info to point to an array of scan definitions.
/external/qemu/distrib/jpeg-6b/
H A Djcmaster.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 Drdswitch.c254 cinfo->scan_info = scanptr;
H A Djcparam.c301 cinfo->scan_info = NULL;
579 cinfo->scan_info = scanptr;
H A Djpeglib.h317 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.
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h3082 * completed scan can be provided with union wpa_event_data::scan_info.
3908 * struct scan_info - Optional data for EVENT_SCAN_RESULTS events
3916 struct scan_info { struct in union:wpa_event_data
3922 } scan_info; member in union:wpa_event_data
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h380 int num_scans; /* # of entries in scan_info array */
381 const jpeg_scan_info * scan_info; /* script for multi-scan file, or NULL */ member in struct:jpeg_compress_struct
382 /* The default value of scan_info is NULL, which causes a single-scan
384 * set num_scans and scan_info to point to an array of scan definitions.

Completed in 8254 milliseconds

12