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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/minidlna/
H A Dupnpglobalvars.c96 volatile uint32_t updateID = 0; variable
H A Dupnpglobalvars.h237 extern volatile uint32_t updateID;
H A Dtestupnpdescgen.c42 unsigned int updateID = 0; variable
H A Dminidlna.c1215 updateID = sql_get_int_field(db, "SELECT VALUE from SETTINGS where KEY = 'UPDATE_ID'");
1216 if (updateID == -1)
1362 updateID++;
1438 updateID++;
1534 sql_exec(db, "UPDATE SETTINGS set VALUE = '%u' where KEY = 'UPDATE_ID'", updateID);
H A Dupnpdescgen.c752 snprintf(buf, sizeof(buf), "%d", updateID);
H A Dupnpsoap.c180 updateID, action);
1387 args.returned, totalMatches, updateID);
1812 args.returned, totalMatches, updateID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/minidlna/
H A Dupnpglobalvars.c96 volatile uint32_t updateID = 0; variable
H A Dupnpglobalvars.h237 extern volatile uint32_t updateID;
H A Dtestupnpdescgen.c42 unsigned int updateID = 0; variable
H A Dminidlna.c1215 updateID = sql_get_int_field(db, "SELECT VALUE from SETTINGS where KEY = 'UPDATE_ID'");
1216 if (updateID == -1)
1362 updateID++;
1438 updateID++;
1534 sql_exec(db, "UPDATE SETTINGS set VALUE = '%u' where KEY = 'UPDATE_ID'", updateID);
H A Dupnpdescgen.c752 snprintf(buf, sizeof(buf), "%d", updateID);
H A Dupnpsoap.c180 updateID, action);
1387 args.returned, totalMatches, updateID);
1812 args.returned, totalMatches, updateID);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/minidlna/
H A Dupnpglobalvars.c96 volatile uint32_t updateID = 0; variable
H A Dupnpglobalvars.h237 extern volatile uint32_t updateID;
H A Dtestupnpdescgen.c42 unsigned int updateID = 0; variable
H A Dminidlna.c1215 updateID = sql_get_int_field(db, "SELECT VALUE from SETTINGS where KEY = 'UPDATE_ID'");
1216 if (updateID == -1)
1362 updateID++;
1438 updateID++;
1534 sql_exec(db, "UPDATE SETTINGS set VALUE = '%u' where KEY = 'UPDATE_ID'", updateID);
H A Dupnpdescgen.c752 snprintf(buf, sizeof(buf), "%d", updateID);
H A Dupnpsoap.c180 updateID, action);
1387 args.returned, totalMatches, updateID);
1812 args.returned, totalMatches, updateID);

Completed in 143 milliseconds