Searched refs:getAddress (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/repquote/
H A DRepRemoteHost.java22 public ReplicationHostAddress getAddress(){ method in class:RepRemoteHost
H A DRepQuoteExample.java219 host.getAddress(), host.isPeer());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DVendor.java53 public String getAddress() { method in class:Vendor
H A DExampleDatabaseRead.java167 System.out.println("\t\t " + theVendor.getAddress());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfat.c230 static unsigned char *getAddress(Fs_t *Stream, function
259 address = getAddress(Stream, start, FAT_ACCESS_READ);
309 unsigned char *address0 = getAddress(Stream, start, FAT_ACCESS_WRITE);
310 unsigned char *address1 = getAddress(Stream, start+1, FAT_ACCESS_WRITE);
334 unsigned char *address = getAddress(Stream, num << 1, FAT_ACCESS_READ);
342 unsigned char *address = getAddress(Stream, num << 1, FAT_ACCESS_WRITE);
350 (unsigned short *) getAddress(Stream, num << 1,
360 (unsigned short *) getAddress(Stream, num << 1,
376 unsigned char *address = getAddress(Stream, num << 2, FAT_ACCESS_READ);
384 unsigned char *address = getAddress(Strea
[all...]

Completed in 180 milliseconds