OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORE_ATTR_TYPE_NUM
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/store/
str_lib.c
89
const int STORE_attr_sizes[
STORE_ATTR_TYPE_NUM
+1] =
1264
unsigned char set[(
STORE_ATTR_TYPE_NUM
+ 8) / 8];
1272
} values[
STORE_ATTR_TYPE_NUM
+1];
1273
size_t value_sizes[
STORE_ATTR_TYPE_NUM
+1];
1276
#define ATTR_IS_SET(a,i) ((i) > 0 && (i) <
STORE_ATTR_TYPE_NUM
\
1321
for(i = 0; i++ <
STORE_ATTR_TYPE_NUM
;)
[
all
...]
store.h
189
STORE_ATTR_TYPE_NUM
= 0x0b, /* The amount of known
197
extern const int STORE_attr_sizes[
STORE_ATTR_TYPE_NUM
+1];
Completed in 37 milliseconds