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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpglobalvars.c96 volatile uint32_t updateID = 0; variable
H A Dupnpglobalvars.h278 extern volatile uint32_t updateID;
H A Dtestupnpdescgen.c42 unsigned int updateID = 0; variable
H A Dminidlna.c909 updateID = sql_get_int_field(db, "SELECT UPDATE_ID from SETTINGS");
1110 updateID++;
1181 updateID++;
1280 sql_exec(db, "UPDATE SETTINGS set UPDATE_ID = %u", updateID);
H A Dupnpsoap.c127 updateID, action);
1505 args.returned, totalMatches, updateID);
1717 args.returned, totalMatches, updateID);
H A Dupnpdescgen.c865 snprintf(buf, sizeof(buf), "%d", updateID);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpglobalvars.c53 volatile __u32 updateID = 0; variable
H A Dupnpglobalvars.h124 extern volatile __u32 updateID;
H A Dtestupnpdescgen.c20 unsigned int updateID = 0; variable
H A Dminidlna.c771 updateID = sql_get_int_field(db, "SELECT UPDATE_ID from SETTINGS");
1024 updateID++;
1127 sql_exec(db, "UPDATE SETTINGS set UPDATE_ID = %u", updateID);
H A Dupnpsoap.c82 updateID, action);
1017 args.returned, totalMatches, updateID);
1253 args.returned, totalMatches, updateID);
H A Dupnpdescgen.c794 snprintf(buf, sizeof(buf), "%d", updateID);

Completed in 130 milliseconds