pending_scan_results_length is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDpending_scan_results_length

pending_scan_results_length variable

Syntax

static int pending_scan_results_length;

References

LocationReferrerText
opendous.c:78
static int pending_scan_results_length;
opendous.c:549opendous_tap_init()
pending_scan_results_length = 0;
opendous.c:554opendous_tap_ensure_space()
int available_scans = MAX_PENDING_SCAN_RESULTS - pending_scan_results_length;
opendous.c:586opendous_tap_append_scan()
struct pending_scan_result *pending_scan_result = &pending_scan_results_buffer[pending_scan_results_length];
opendous.c:596opendous_tap_append_scan()
pending_scan_results_length++;
opendous.c:655opendous_tap_execute()
for (i = 0; i < pending_scan_results_length; i++) {

Data Use

Functions writing pending_scan_results_length
Functions reading pending_scan_results_length
pending_scan_results_length