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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoipupdate.c89 char *a_product_id_str = NULL; local
164 a_product_id_str = strstr((char *)lineptr, PRODUCT_ID_TOKEN);//search for a product id token in the line
165 if (a_product_id_str != NULL) {
166 a_ptr = a_product_id_str;

Completed in 30 milliseconds