Home
last modified time | relevance | path

Searched refs:inKey (Results 1 – 7 of 7) 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/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()
330 inKey, depth+1, in ures_enumDependencies()
351 inKey, depth+1, in ures_enumDependencies()
/external/icu/libicu/cts_headers/
Duresimp.h260 const char* inKey,
281 const char* inKey,
/external/icu/icu4c/source/common/
Duresimp.h260 const char* inKey,
281 const char* inKey,
Duresbund.cpp1797 const char* inKey, in ures_getStringByKeyWithFallback() argument
1804 ures_getByKeyWithFallback(resB, inKey, &stack, status); in ures_getStringByKeyWithFallback()
1855 const char* inKey, in ures_getByKeyWithFallback() argument
1872 res = getTableItemByKeyPath(&(resB->fResData), resB->fRes, inKey); in ures_getByKeyWithFallback()
1873 const char* key = inKey; in ures_getByKeyWithFallback()
1889 path.append(inKey, *status); in ures_getByKeyWithFallback()
1895 key = inKey; in ures_getByKeyWithFallback()
1924 …fillIn = init_resb_result(&(dataEntry->fData), res, inKey, -1, dataEntry, resB, 0, fillIn, status); in ures_getByKeyWithFallback()
2060 U_CAPI UResourceBundle* U_EXPORT2 ures_getByKey(const UResourceBundle *resB, const char* inKey, URe… in ures_getByKey() argument
2063 const char *key = inKey; in ures_getByKey()
[all …]
/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()