Searched refs:quote_count (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_scan.l69 static int quote_count;
266 quote_count = 0;
272 if (quote_count != 0)
274 quote_count++;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dimap.c2206 size_t quote_count = 0; local
2220 quote_count++;
2228 if(!backsp_count && !quote_count && !space_exists)
2232 newlen = strlen(str) + backsp_count + quote_count + (space_exists ? 2 : 0);

Completed in 62 milliseconds