HomeSort by relevance Sort by last modified time
    Searched refs:conf (Results 1 - 25 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssl/crypto/conf/
conf_api.h 63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section
    [all...]
test.c 1 /* crypto/conf/test.c */
61 #include <openssl/conf.h>
66 LHASH *conf; local
73 conf=CONF_load(NULL,"ssleay.cnf",&eline);
74 if (conf == NULL)
81 lh_stats(conf,stdout);
82 lh_node_stats(conf,stdout);
83 lh_node_usage_stats(conf,stdout);
85 s=CONF_get_string(conf,NULL,"init2");
88 s=CONF_get_string(conf,NULL,"cipher1")
    [all...]
conf_lib.c 62 #include <openssl/conf.h>
66 const char CONF_version[]="CONF" OPENSSL_VERSION_PTEXT;
70 /* Init a 'CONF' structure from an old LHASH */
72 void CONF_set_nconf(CONF *conf, LHASH_OF(CONF_VALUE) *hash)
77 default_CONF_method->init(conf);
78 conf->data = hash;
81 /* The following section contains the "CONF classic" functions,
82 rewritten in terms of the new CONF interface. */
90 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf, const char *file
    [all...]
conf_def.c 1 /* crypto/conf/conf.c */
59 /* Part of the code in here was originally in conf.c, which is now removed */
66 #include <openssl/conf.h>
72 static char *eat_ws(CONF *conf, char *p);
73 static char *eat_alpha_numeric(CONF *conf, char *p);
74 static void clear_comments(CONF *conf, char *p)
    [all...]
  /external/openssl/include/openssl/
conf_api.h 63 #include <openssl/conf.h>
70 CONF_VALUE *_CONF_new_section(CONF *conf, const char *section);
72 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section);
74 STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf,
77 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value);
78 char *_CONF_get_string(const CONF *conf, const char *section
    [all...]
  /external/kernel-headers/original/linux/
textsearch.h 68 * @conf: search configuration
78 struct ts_config *conf,
83 * @conf: search configuration
89 void (*finish)(struct ts_config *conf,
95 * @conf: search configuration
105 static inline unsigned int textsearch_next(struct ts_config *conf,
108 unsigned int ret = conf->ops->find(conf, state);
110 if (conf->finish)
111 conf->finish(conf, state)
165 struct ts_config *conf; local
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglConfig.cpp 77 EglConfig::EglConfig(const EglConfig& conf):m_buffer_size(conf.m_buffer_size),
78 m_red_size(conf.m_red_size),
79 m_green_size(conf.m_green_size),
80 m_blue_size(conf.m_blue_size),
81 m_alpha_size(conf.m_alpha_size),
82 m_bind_to_tex_rgb(conf.m_bind_to_tex_rgb),
83 m_bind_to_tex_rgba(conf.m_bind_to_tex_rgba),
84 m_caveat(conf.m_caveat),
85 m_config_id(conf.m_config_id)
    [all...]
  /external/openssl/crypto/lhash/
lh_test.c 66 LHASH *conf; local
70 conf=lh_new(lh_strhash,strcmp);
81 lh_insert(conf,p);
84 lh_node_stats(conf,stdout);
85 lh_stats(conf,stdout);
86 lh_node_usage_stats(conf,stdout);
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 4 <include>basic-1.conf</include>
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 4 <include>entities-1.conf</include>
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 3 <include>circular-1.conf</include>
circular-2.conf 3 <include>circular-3.conf</include>
circular-3.conf 3 <include>circular-2.conf</include>
  /build/target/board/generic_x86/
device.mk 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
26 development/data/etc/vold.conf:system/etc/vold.conf \
  /device/common/gps/
gps_as.mk 18 device/common/gps/gps.conf_AS:system/etc/gps.conf
gps_as_supl.mk 18 device/common/gps/gps.conf_AS_SUPL:system/etc/gps.conf
gps_eu.mk 18 device/common/gps/gps.conf_EU:system/etc/gps.conf
gps_eu_supl.mk 18 device/common/gps/gps.conf_EU_SUPL:system/etc/gps.conf
gps_us.mk 18 device/common/gps/gps.conf_US:system/etc/gps.conf
gps_us_supl.mk 18 device/common/gps/gps.conf_US_SUPL:system/etc/gps.conf
  /external/openssl/crypto/evp/
evp_acnf.c 61 #include <openssl/conf.h>
  /external/webkit/Tools/wx/build/
settings.py 216 def common_configure(conf):
221 conf.env['MSVC_TARGETS'] = ['x86']
225 conf.env['MSVC_VERSIONS'] = ['msvc %s.0' % Options.options.msvc_version]
228 conf.env['MSVC_VERSIONS'] = ['msvc 9.0', 'msvc 8.0']
234 conf.check_tool('compiler_cxx')
235 conf.check_tool('compiler_cc')
238 conf.check_tool('osx')
248 found = conf.get_msvc_versions()
253 if 'msvc 9.0' in conf.env['MSVC_VERSIONS'] and 'msvc 9.0' in found_versions:
255 elif 'msvc 8.0' in conf.env['MSVC_VERSIONS'] and 'msvc 8.0' in found_versions
    [all...]
  /build/target/product/
generic_no_telephony.mk 48 wpa_supplicant.conf
64 system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
65 system/bluetooth/data/auto_pairing.conf:system/etc/bluetooth/auto_pairing.conf \
66 system/bluetooth/data/blacklist.conf:system/etc/bluetooth/blacklist.conf \
67 system/bluetooth/data/input.conf:system/etc/bluetooth/input.conf \
68 system/bluetooth/data/network.conf:system/etc/bluetooth/network.conf
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.c 103 struct hostapd_config *conf; local
126 conf = os_zalloc(sizeof(*conf));
128 if (conf == NULL || bss == NULL) {
131 os_free(conf);
138 os_free(conf);
145 conf->num_bss = 1;
146 conf->bss = bss;
148 conf->beacon_int = 100;
149 conf->rts_threshold = -1; /* use driver default: 2347 *
    [all...]
  /build/target/board/generic/
device.mk 25 development/data/etc/apns-conf.xml:system/etc/apns-conf.xml \
26 development/data/etc/vold.conf:system/etc/vold.conf \

Completed in 185 milliseconds

1 2 3 4 5 6 7 8 91011>>