Searched refs:last_found (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dscanner.c396 static char last_found[256] = "-1"; local
409 if( strcmp(id_buf, last_found) == 0 )
413 strcpy(last_found, id_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dscanner.c401 static char last_found[256] = "-1"; local
414 if( strcmp(id_buf, last_found) == 0 )
418 strcpy(last_found, id_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dxmon.c994 int found, last_found, i; local
997 last_found = 0;
1022 if (!(last_found && found && (hg[1] & ~0x180) == last_w2 + 4096)) {
1023 if (last_found) {
1032 last_found = found;
1040 if (last_found)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.c397 static char last_found[256] = "-1"; local
415 if( valid_cache && strcmp(id_buf, last_found) == 0 )
419 strcpy(last_found, id_buf);

Completed in 60 milliseconds