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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dupnpglobalvars.c55 volatile __u32 updateID = 0; variable
H A Dupnpglobalvars.h125 extern volatile __u32 updateID;
H A Dtestupnpdescgen.c21 unsigned int updateID = 0; variable
H A Dminidlna.c730 updateID = sql_get_int_field(db, "SELECT UPDATE_ID from SETTINGS");
947 updateID++;
1041 sql_exec(db, "UPDATE SETTINGS set UPDATE_ID = %u", updateID);
H A Dupnpsoap.c82 updateID, action);
1009 args.returned, totalMatches, updateID);
1245 args.returned, totalMatches, updateID);
H A Dupnpdescgen.c808 snprintf(buf, sizeof(buf), "%d", updateID);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dupnpglobalvars.c93 volatile uint32_t updateID = 0; variable
H A Dupnpglobalvars.h236 extern volatile uint32_t updateID;
H A Dtestupnpdescgen.c42 unsigned int updateID = 0; variable
H A Dminidlna.c1057 updateID = sql_get_int_field(db, "SELECT VALUE from SETTINGS where KEY = 'UPDATE_ID'");
1058 if (updateID == -1)
1177 updateID++;
1253 updateID++;
1354 sql_exec(db, "UPDATE SETTINGS set VALUE = '%u' where KEY = 'UPDATE_ID'", updateID);
H A Dupnpdescgen.c750 snprintf(buf, sizeof(buf), "%d", updateID);
H A Dupnpsoap.c180 updateID, action);
1387 args.returned, totalMatches, updateID);
1812 args.returned, totalMatches, updateID);

Completed in 148 milliseconds