Searched refs:the_user_id_stral (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.c88 int the_user_id_stral = 0; local
221 the_user_id_stral = 20;
222 the_user_id_str = (char *)malloc(the_user_id_stral);
227 if (the_user_id_strl >= the_user_id_stral) {
231 the_user_id_stral += 20;
232 the_user_id_str = realloc_or_die(the_user_id_str,the_user_id_stral);

Completed in 97 milliseconds