Searched refs:subkey (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/samba/source/registry/
H A Dreg_frontend.c113 retreive a specific subkey specified by index. Caller is
117 BOOL fetch_reg_keys_specific( REGISTRY_KEY *key, char** subkey, uint32 key_index ) argument
124 *subkey = NULL;
157 *subkey = strdup( s );
180 retreive a specific subkey specified by index. Caller is
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dkrb5_asn.h201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dkrb5_asn.h201 ** subkey[6] EncryptionKey OPTIONAL,
214 KRB5_ENCKEY *subkey; member in struct:krb5_authenticator_st
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_server/
H A Dsrv_reg_nt.c133 /* if the subkey count failed, bail out */
506 char *subkey = NULL; local
516 if ( !fetch_reg_keys_specific( regkey, &subkey, q_u->key_index ) )
522 DEBUG(10,("_reg_enum_key: retrieved subkey named [%s]\n", subkey));
524 /* subkey has the string name now */
526 init_reg_r_enum_key( r_u, subkey, q_u->unknown_1, q_u->unknown_2 );
531 SAFE_FREE( subkey );
561 /* subkey has the string name now */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dwavfront.c1022 header->number, header->subkey,
1506 pat.subkey = WF_ST_PATCH;
1513 samp.subkey = WF_ST_SAMPLE;
1643 header.subkey,
1647 switch (header.subkey) {
1696 header.subkey);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dwavefront.h516 UCHAR8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dwavefront.h516 UCHAR8 subkey; /* WF_ST_{SAMPLE,ALIAS,etc.} */ member in struct:wf_patch_info
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_spoolss.c2209 pstring subkey; local
2210 rpcstr_pull(subkey, curkey, sizeof(subkey), -1,
2212 printf("%s\n", subkey);
2213 curkey += strlen(subkey) + 1;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpc_parse/
H A Dparse_reg.c1505 void init_reg_r_enum_key(REG_R_ENUM_KEY *r_u, char *subkey, uint32 unknown_1, argument
1515 r_u->key_name_len = (strlen(subkey)+1) * 2;
1518 init_unistr3( &r_u->key_name, subkey );

Completed in 93 milliseconds