Searched refs:nkey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_pkcs12.c82 int nkey = 0, ncert = 0, kiter = 0, miter = 0, ktype = 0; local
93 if ((nkey = OBJ_txt2nid(StringValuePtr(key_nid))) == NID_undef)
108 nkey, ncert, kiter, miter, ktype);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dreadline.c637 int nkey, r; local
647 nkey = _rl_subseq_getchar (cxt->okey);
648 if (nkey < 0)
653 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
659 r = _rl_dispatch_subseq (nkey, cxt->dmap, cxt->subseq_arg);
/macosx-10.9.5/apache-786.1/httpd/modules/cache/
H A Dmod_disk_cache.c363 const char *nkey; local
431 nkey = regen_key(r->pool, r->headers_in, varray, key);
435 dobj->hdrsfile = header_file(r->pool, conf, dobj, nkey);
455 nkey = key;
458 obj->key = nkey;
459 dobj->key = nkey;
461 dobj->datafile = data_file(r->pool, conf, dobj, nkey);
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtypemap.c496 String *nkey = Copy(ki.key); local
497 Replace(nkey, ssig, dsig, DOH_REPLACE_ANY);
501 oldm = Getattr(tm, nkey);
512 Replace(nkey, dsig, "", DOH_REPLACE_ANY);
513 Replace(nkey, "tmap:", "", DOH_REPLACE_ANY);
514 Swig_typemap_register(nkey, dest, code, locals, kwargs);
517 Delete(nkey);
H A Dnaming.c555 String *nkey = NewStringf("%s%s", dprefix, k + plen); local
557 Hash *newh = Getattr(namehash, nkey);
560 Setattr(namehash, nkey, newh);
570 Delete(nkey);

Completed in 284 milliseconds