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

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c56 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:__anon8097
190 if (x->autoname) mDNS_RenameAndReregisterService(m, sr, mDNSNULL);
255 x->autoname = (!name[0]);
H A Duds_daemon.c181 mDNSBool autoname; // Set if this name is tied to the Computer Name member in struct:request_state::__anon8114::__anon8116
811 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
832 if (instance->request->u.servicereg.autoname && CountPeerRegistrations(m, srs) == 0)
834 // On conflict for an autoname service, rename and reregister *all* autoname services
838 else // On conflict for a non-autoname service, rename and reregister just that one service
1073 if (request->u.servicereg.autoname)
1075 // Clear autoname before calling UpdateDeviceInfoRecord() so it doesn't mistakenly include this in its count of active autoname registrations
1076 request->u.servicereg.autoname
[all...]
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1356 static jstring SaveWebArchive(JNIEnv *env, jobject obj, jstring basename, jboolean autoname) argument
1369 if (autoname) {

Completed in 83 milliseconds