Symbol: ERR_LIB_PROP
crypto/openssl/crypto/property/property_err.c
17
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NAME_TOO_LONG), "name too long" },
crypto/openssl/crypto/property/property_err.c
18
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_ASCII_CHARACTER),
crypto/openssl/crypto/property/property_err.c
20
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_HEXADECIMAL_DIGIT),
crypto/openssl/crypto/property/property_err.c
22
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_IDENTIFIER), "not an identifier" },
crypto/openssl/crypto/property/property_err.c
23
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_OCTAL_DIGIT),
crypto/openssl/crypto/property/property_err.c
25
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_A_DECIMAL_DIGIT),
crypto/openssl/crypto/property/property_err.c
27
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_MATCHING_STRING_DELIMITER),
crypto/openssl/crypto/property/property_err.c
29
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_VALUE), "no value" },
crypto/openssl/crypto/property/property_err.c
30
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_PARSE_FAILED), "parse failed" },
crypto/openssl/crypto/property/property_err.c
31
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_STRING_TOO_LONG), "string too long" },
crypto/openssl/crypto/property/property_err.c
32
{ ERR_PACK(ERR_LIB_PROP, 0, PROP_R_TRAILING_CHARACTERS),
crypto/openssl/crypto/property/property_parse.c
103
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_A_DECIMAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
109
ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED,
crypto/openssl/crypto/property/property_parse.c
116
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_A_DECIMAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
138
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_HEXADECIMAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
144
ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED,
crypto/openssl/crypto/property/property_parse.c
153
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_HEXADECIMAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
170
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_OCTAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
175
ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED,
crypto/openssl/crypto/property/property_parse.c
183
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_OCTAL_DIGIT,
crypto/openssl/crypto/property/property_parse.c
209
ERR_raise_data(ERR_LIB_PROP, PROP_R_NO_MATCHING_STRING_DELIMITER,
crypto/openssl/crypto/property/property_parse.c
215
ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t);
crypto/openssl/crypto/property/property_parse.c
242
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_ASCII_CHARACTER,
crypto/openssl/crypto/property/property_parse.c
248
ERR_raise_data(ERR_LIB_PROP, PROP_R_STRING_TOO_LONG, "HERE-->%s", *t);
crypto/openssl/crypto/property/property_parse.c
333
ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED,
crypto/openssl/crypto/property/property_parse.c
370
ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED,
crypto/openssl/crypto/property/property_parse.c
376
ERR_raise_data(ERR_LIB_PROP, PROP_R_NO_VALUE,
crypto/openssl/crypto/property/property_parse.c
392
ERR_raise_data(ERR_LIB_PROP, PROP_R_TRAILING_CHARACTERS,
crypto/openssl/crypto/property/property_parse.c
455
ERR_raise_data(ERR_LIB_PROP, PROP_R_TRAILING_CHARACTERS,
crypto/openssl/crypto/property/property_parse.c
67
ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_IDENTIFIER,
crypto/openssl/crypto/property/property_parse.c
88
ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t);
crypto/openssl/include/openssl/err.h
160
#define PROPerr(f, r) ERR_raise_data(ERR_LIB_PROP, (r), NULL)