/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() argument 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null() 34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() argument 37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name() 39 defn++; in int_ctrl_cmd_by_name() 41 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name() 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num() argument 54 while (!int_ctrl_cmd_is_null(defn) in int_ctrl_cmd_by_num() [all...] |
/third_party/openssl/crypto/engine/ |
H A D | eng_ctrl.c | 27 static int int_ctrl_cmd_is_null(const ENGINE_CMD_DEFN *defn) in int_ctrl_cmd_is_null() argument 29 if ((defn->cmd_num == 0) || (defn->cmd_name == NULL)) in int_ctrl_cmd_is_null() 34 static int int_ctrl_cmd_by_name(const ENGINE_CMD_DEFN *defn, const char *s) in int_ctrl_cmd_by_name() argument 37 while (!int_ctrl_cmd_is_null(defn) && (strcmp(defn->cmd_name, s) != 0)) { in int_ctrl_cmd_by_name() 39 defn++; in int_ctrl_cmd_by_name() 41 if (int_ctrl_cmd_is_null(defn)) in int_ctrl_cmd_by_name() 47 static int int_ctrl_cmd_by_num(const ENGINE_CMD_DEFN *defn, unsigned int num) in int_ctrl_cmd_by_num() argument 54 while (!int_ctrl_cmd_is_null(defn) in int_ctrl_cmd_by_num() [all...] |
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | defn_cache.c | 27 OSSL_PROPERTY_LIST *defn; member 46 ossl_property_free(elem->defn); in property_defn_free() 85 if (r == NULL || !ossl_assert(r->defn != NULL)) in ossl_prop_defn_get() 87 return r->defn; in ossl_prop_defn_get() 122 *pl = p->defn; in ossl_prop_defn_set() 129 p->defn = *pl; in ossl_prop_defn_set()
|
H A D | property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() local 20 return key - defn->name_idx; in property_idx_cmp()
|
/third_party/openssl/crypto/property/ |
H A D | defn_cache.c | 27 OSSL_PROPERTY_LIST *defn; member 46 ossl_property_free(elem->defn); in property_defn_free() 85 if (r == NULL || !ossl_assert(r->defn != NULL)) in ossl_prop_defn_get() 87 return r->defn; in ossl_prop_defn_get() 122 *pl = p->defn; in ossl_prop_defn_set() 129 p->defn = *pl; in ossl_prop_defn_set()
|
H A D | property_query.c | 17 const OSSL_PROPERTY_DEFINITION *defn = in property_idx_cmp() local 20 return key - defn->name_idx; in property_idx_cmp()
|
/third_party/python/Lib/distutils/ |
H A D | ccompiler.py | 161 for defn in self.macros: 162 if defn[0] == name: 172 for defn in definitions: 173 if not (isinstance(defn, tuple) and 174 (len(defn) in (1, 2) and 175 (isinstance (defn[1], str) or defn[1] is None)) and 176 isinstance (defn[0], str)): 177 raise TypeError(("invalid macro definition '%s': " % defn) + \
|
/third_party/python/Tools/freeze/ |
H A D | checkextensions_win32.py | 71 defn = get_extension_defn( mod, ini, prefix ) 72 if defn is not None: 74 ret.append( defn )
|
/third_party/node/deps/openssl/openssl/include/internal/ |
H A D | property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn); 36 const OSSL_PROPERTY_LIST *defn);
|
/third_party/openssl/include/internal/ |
H A D | property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn); 36 const OSSL_PROPERTY_LIST *defn);
|
/third_party/openssl/test/ |
H A D | property_test.c | 81 const char *defn; member 126 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) in test_property_parse() 300 const char *defn; member 325 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn)) in test_definition_compares()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 1086 auto defn = TestDefinition::create(decodeTest, baseSeed); in createVideoDecodeTests() local 1088 const char* testName = getTestName(defn->getTestType()); in createVideoDecodeTests() 1090 defn->updateHash(rngSeed); in createVideoDecodeTests() 1091 group->addChild(new VideoDecodeTestCase(testCtx, testName, defn)); in createVideoDecodeTests()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 759 % This defn is used inside fill environments such as @defun. 762 % This defn is used inside nofill environments such as @example.
|