Home
last modified time | relevance | path

Searched defs:cnf (Results 1 – 25 of 26) sorted by relevance

12

/third_party/python/Lib/tkinter/
Dtix.py108 def tix_configure(self, cnf=None, **kw): argument
235 def config(self, cnf={}, **kw): argument
290 static_options=None, cnf={}, kw={}): argument
395 def image_create(self, imgtype, cnf={}, master=None, **kw): argument
476 def __init__(self, itemtype, cnf={}, *, master=None, **kw): argument
491 def _options(self, cnf, kw): argument
507 def config(self, cnf={}, **kw): argument
528 def __init__(self, master=None, cnf={}, **kw): argument
538 def bind_widget(self, widget, cnf={}, **kw): argument
550 def __init__(self, master=None, cnf={}, **kw): argument
[all …]
D__init__.py1497 def _options(self, cnf, kw = None): argument
1655 def _configure(self, cmd, cnf, kw): argument
1668 def configure(self, cnf=None, **kw): argument
1784 def _grid_configure(self, command, index, cnf, kw): argument
1805 def grid_columnconfigure(self, index, cnf={}, **kw): argument
1836 def grid_rowconfigure(self, index, cnf={}, **kw): argument
2409 def pack_configure(self, cnf={}, **kw): argument
2455 def place_configure(self, cnf={}, **kw): argument
2507 def grid_configure(self, cnf={}, **kw): argument
2559 def _setup(self, master, cnf): argument
[all …]
Ddialog.py11 def __init__(self, master=None, cnf={}, **kw): argument
Dttk.py1077 def configure(self, cnf=None, **kw): argument
/third_party/openssl/crypto/x509v3/
Dv3_cpols.c96 CONF_VALUE *cnf; variable
171 CONF_VALUE *cnf; in policy_section() local
288 CONF_VALUE *cnf; in notice_section() local
375 CONF_VALUE *cnf; in nref_nos() local
Dv3_alt.c235 CONF_VALUE *cnf = sk_CONF_VALUE_value(nval, i); in v2i_issuer_alt() local
304 CONF_VALUE *cnf; in v2i_subject_alt() local
401 CONF_VALUE *cnf; in v2i_GENERAL_NAMES() local
425 X509V3_CTX *ctx, CONF_VALUE *cnf) in v2i_GENERAL_NAME()
523 X509V3_CTX *ctx, CONF_VALUE *cnf, int is_nc) in v2i_GENERAL_NAME_ex()
Dv3_crld.c67 CONF_VALUE *cnf) in set_dist_point_name()
207 CONF_VALUE *cnf; in crldp_from_section() local
243 CONF_VALUE *cnf; in v2i_crld() local
364 CONF_VALUE *cnf; in v2i_idp() local
Dv3_akey.c101 CONF_VALUE *cnf; in v2i_AUTHORITY_KEYID() local
Dv3_info.c107 CONF_VALUE *cnf, ctmp; in v2i_AUTHORITY_INFO_ACCESS() local
Dv3_pci.c256 CONF_VALUE *cnf = sk_CONF_VALUE_value(vals, i); in r2i_pci() local
Dv3_sxnet.c87 CONF_VALUE *cnf; in sxnet_v2i() local
/third_party/openssl/crypto/asn1/
Dasn_mstbl.c20 static int stbl_module_init(CONF_IMODULE *md, const CONF *cnf) in stbl_module_init()
64 CONF_VALUE *cnf = NULL; in do_tcreate() local
Dasn_moid.c23 static int oid_module_init(CONF_IMODULE *md, const CONF *cnf) in oid_module_init()
Dasn1_gen.c80 X509V3_CTX cnf; in ASN1_generate_nconf() local
89 ASN1_TYPE *ASN1_generate_v3(const char *str, X509V3_CTX *cnf) in ASN1_generate_v3()
98 static ASN1_TYPE *generate_v3(const char *str, X509V3_CTX *cnf, int depth, in generate_v3()
405 static ASN1_TYPE *asn1_multi(int utype, const char *section, X509V3_CTX *cnf, in asn1_multi()
/third_party/openssl/crypto/engine/
Deng_cnf.c41 static int int_engine_configure(const char *name, const char *value, const CONF *cnf) in int_engine_configure()
151 static int int_engine_module_init(CONF_IMODULE *md, const CONF *cnf) in int_engine_module_init()
/third_party/ltp/pan/
Dltp-scanner.c134 char *cnf; /* current filename */ variable
/third_party/openssl/crypto/evp/
Devp_cnf.c19 static int alg_module_init(CONF_IMODULE *md, const CONF *cnf) in alg_module_init()
/third_party/openssl/crypto/conf/
Dconf_mod.c72 int CONF_modules_load(const CONF *cnf, const char *appname, in CONF_modules_load()
151 static int module_run(const CONF *cnf, const char *name, const char *value, in module_run()
188 static CONF_MODULE *module_load_dso(const CONF *cnf, in module_load_dso()
291 const CONF *cnf) in module_init()
Dconf_ssl.c61 static int ssl_module_init(CONF_IMODULE *md, const CONF *cnf) in ssl_module_init()
/third_party/openssl/demos/bio/
Dserver-conf.c33 CONF_VALUE *cnf; in main() local
Dclient-conf.c25 CONF_VALUE *cnf; in main() local
/third_party/openssl/apps/
Dasn1pars.c313 CONF *cnf = NULL; in do_generate() local
Dapps.c533 CONF_VALUE *cnf; in add_oid_section() local
/third_party/python/Lib/idlelib/idle_test/
Dmock_tk.py107 def __init__(self, master=None, cnf={}, **kw): argument
/third_party/python/Lib/test/
Dtest_pydoc.py790 def itemconfigure(self, tagOrId, cnf=None, **kw): argument

12