Searched refs:add_attributes (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/helpers/ |
H A D | pkcs12.c | 36 static int add_attributes(PKCS12_SAFEBAG *bag, const PKCS12_ATTR *attrs); 341 static int add_attributes(PKCS12_SAFEBAG *bag, const PKCS12_ATTR *attrs) in add_attributes() function 401 if (!TEST_true(add_attributes(bag, attrs))) { in add_certbag() 435 if (!add_attributes(bag, attrs)) in add_keybag() 456 if (!add_attributes(bag, attrs)) in add_secretbag()
|
/third_party/skia/src/gpu/ |
H A D | GrGeometryProcessor.h | 208 auto add_attributes = [=](const Attribute* attrs, int attrCount) { in getAttributeKey() 217 add_attributes(fVertexAttributes.fAttributes, fVertexAttributes.fRawCount); in getAttributeKey() 219 add_attributes(fInstanceAttributes.fAttributes, fInstanceAttributes.fRawCount); in getAttributeKey()
|
/third_party/python/Python/ |
H A D | Python-ast.c | 955 add_attributes(struct ast_state *state, PyObject *type, const char * const *attrs, int num_fields) in add_attributes() function 1114 if (!add_attributes(state, state->mod_type, NULL, 0)) return 0; in init_types() 1161 if (!add_attributes(state, state->stmt_type, stmt_attributes, 4)) return 0; in init_types() 1339 if (!add_attributes(state, state->expr_type, expr_attributes, 4)) return 0; in init_types() 1471 if (!add_attributes(state, state->expr_context_type, NULL, 0)) return 0; in init_types() 1495 if (!add_attributes(state, state->boolop_type, NULL, 0)) return 0; in init_types() 1512 if (!add_attributes(state, state->operator_type, NULL, 0)) return 0; in init_types() 1606 if (!add_attributes(state, state->unaryop_type, NULL, 0)) return 0; in init_types() 1636 if (!add_attributes(state, state->cmpop_type, NULL, 0)) return 0; in init_types() 1702 if (!add_attributes(stat in init_types() [all...] |
Completed in 13 milliseconds