Home
last modified time | relevance | path

Searched refs:inKey (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSWindows/
DSecret.c159 LsaSetSecret( const char * inDomain, const char * inKey, const char * inSecret ) in LsaSetSecret() argument
175 require_action( inKey != NULL, exit, ok = FALSE ); in LsaSetSecret()
200 inKeyLength = strlen( inKey ); in LsaSetSecret()
203 err = strcpy_s( key + 1, sizeof( key ) - 3, inKey ); in LsaSetSecret()
DSecret.h34 LsaSetSecret( const char * inDomain, const char * inKey, const char * inSecret );
/external/icu/icu4c/source/common/
Duresimp.h202 const char* inKey,
223 const char* inKey,
Duresbund.cpp1778 const char* inKey, in ures_getStringByKeyWithFallback() argument
1785 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1836 const char* inKey, in ures_getByKeyWithFallback() argument
1853 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); in ures_getByKeyWithFallback()
1854 const char* key = inKey; in ures_getByKeyWithFallback()
1870 path.append(inKey, *status); in ures_getByKeyWithFallback()
1876 key = inKey; in ures_getByKeyWithFallback()
1905 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
2012 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
2015 const char *key = inKey; in ures_getByKey()
[all …]
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp283 Resource res, const char *inKey, const char *parentKey, int32_t depth, in ures_enumDependencies() argument
292 if(depth==1 && inKey!=NULL) { in ures_enumDependencies()
293 if(0!=strcmp(inKey, "%%ALIAS")) { in ures_enumDependencies()
329 inKey, depth+1, in ures_enumDependencies()
350 inKey, depth+1, in ures_enumDependencies()
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c1558 UInt16 inKey; in MenuObj_SetMenuItemCommandKey() local
1565 &inKey)) in MenuObj_SetMenuItemCommandKey()
1570 inKey); in MenuObj_SetMenuItemCommandKey()