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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dupnpsoap.c877 int RequestedCount = 0; local
879 if( (ptr = GetValueFromNameValueList(&data, "RequestedCount")) )
880 RequestedCount = atoi(ptr);
881 if( !RequestedCount )
882 RequestedCount = -1;
920 args.requested = RequestedCount;
939 ObjectId, RequestedCount, StartingIndex,
984 ObjectId, orderBy, StartingIndex, RequestedCount);
1053 int RequestedCount = 0; local
1055 if( (ptr = GetValueFromNameValueList(&data, "RequestedCount")) )
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dupnpsoap.c885 int RequestedCount = 0; local
887 if( (ptr = GetValueFromNameValueList(&data, "RequestedCount")) )
888 RequestedCount = atoi(ptr);
889 if( !RequestedCount )
890 RequestedCount = -1;
928 args.requested = RequestedCount;
947 ObjectId, RequestedCount, StartingIndex,
992 ObjectId, orderBy, StartingIndex, RequestedCount);
1061 int RequestedCount = 0; local
1063 if( (ptr = GetValueFromNameValueList(&data, "RequestedCount")) )
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dupnpsoap.c1314 int RequestedCount = 0; local
1335 if( (ptr = GetValueFromNameValueList(&data, "RequestedCount")) )
1336 RequestedCount = atoi(ptr);
1337 if( RequestedCount < 0 )
1342 if( !RequestedCount )
1343 RequestedCount = -1;
1375 args.requested = RequestedCount;
1401 ObjectID, RequestedCount, StartingIndex,
1478 ObjectID, orderBy, StartingIndex, RequestedCount);
1534 int RequestedCount local
[all...]

Completed in 48 milliseconds