Searched refs:attribs (Results 1 - 12 of 12) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Drpc_netlogon.h772 uint32 *attribs; member in struct:sam_group_mem_info_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_net.c2395 info->attribs = TALLOC_ARRAY(ps->mem_ctx, uint32, info->num_members3);
2397 if (info->attribs == NULL) {
2398 DEBUG(0, ("out of memory allocating %d attribs\n",
2405 slprintf(tmp, sizeof(tmp) - 1, "attribs[%02d]", i);
2406 if (!prs_uint32(tmp, ps, depth, &info->attribs[i]))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_netlogon.c150 group->rids[j], group->attribs[j]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Dca.c301 STACK_OF(CONF_VALUE) *attribs=NULL;
1121 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1135 j=certify_spkac(&x,spkac_file,pkey,x509,dgst,attribs,db,
1159 j=certify_cert(&x,ss_cert_file,pkey,x509,dgst,attribs,
1179 j=certify(&x,infile,pkey,x509,dgst,attribs,db,
1199 j=certify(&x,argv[i],pkey,x509,dgst,attribs,db,
H A Dreq.c116 static int make_REQ(X509_REQ *req,EVP_PKEY *pkey,char *dn,int attribs,
121 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
124 STACK_OF(CONF_VALUE) *attr, int attribs,
1100 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int attribs, argument
1147 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1153 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1187 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1282 if (attribs)
1351 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1389 if (attribs)
1185 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1350 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirias_object.h50 hashbin_t *attribs; member in struct:ias_object
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Diriap.c1023 spin_lock(&obj->attribs->hb_spinlock);
1026 for (attrib = (struct ias_attrib *) hashbin_get_first(obj->attribs);
1028 attrib = (struct ias_attrib *) hashbin_get_next(obj->attribs)) {
1062 spin_unlock(&obj->attribs->hb_spinlock);
H A Dirias_object.c105 obj->attribs = hashbin_new(HB_LOCK);
107 if (obj->attribs == NULL) {
108 IRDA_WARNING("%s(), Unable to allocate attribs!\n",
145 hashbin_delete(obj->attribs, (FREE_FUNC) __irias_delete_attrib);
196 node = hashbin_remove_this(obj->attribs, (irda_queue_t *) attrib);
208 node = (struct ias_attrib *) hashbin_get_first(obj->attribs);
259 attrib = hashbin_lock_find(obj->attribs, 0, name);
285 hashbin_insert(obj->attribs, (irda_queue_t *) attrib, 0, attrib->name);
310 spin_lock_irqsave(&obj->attribs->hb_spinlock, flags);
313 attrib = hashbin_find(obj->attribs,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c312 STACK_OF(CONF_VALUE) *attribs=NULL;
1146 if ((attribs=NCONF_get_section(conf,policy)) == NULL)
1160 j=certify_spkac(&x,spkac_file,pkey,x509,dgst,attribs,db,
1184 j=certify_cert(&x,ss_cert_file,pkey,x509,dgst,attribs,
1204 j=certify(&x,infile,pkey,x509p,dgst,attribs,db,
1224 j=certify(&x,argv[i],pkey,x509p,dgst,attribs,db,
H A Dreq.c129 int attribs,unsigned long chtype);
134 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
137 STACK_OF(CONF_VALUE) *attr, int attribs,
1202 int attribs, unsigned long chtype)
1248 i = auto_info(req, dn_sk, attr_sk, attribs, chtype);
1254 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, chtype);
1288 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs,
1391 if (attribs)
1460 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
1510 if (attribs)
1201 make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, int attribs, unsigned long chtype) argument
1286 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
1459 auto_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DMakefile.am6 attribs.py \
H A DMakefile.in277 attribs.py \

Completed in 369 milliseconds