Home
last modified time | relevance | path

Searched refs:ERR_LIB_PROP (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_err.c17 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NAME_TOO_LONG), "name too long"},
18 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_ASCII_CHARACTER),
20 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_HEXADECIMAL_DIGIT),
22 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_IDENTIFIER), "not an identifier"},
23 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_AN_OCTAL_DIGIT),
25 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NOT_A_DECIMAL_DIGIT),
27 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_MATCHING_STRING_DELIMITER),
29 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_NO_VALUE), "no value"},
30 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_PARSE_FAILED), "parse failed"},
31 {ERR_PACK(ERR_LIB_PROP, 0, PROP_R_STRING_TOO_LONG), "string too long"},
[all …]
H A Dproperty_parse.c67 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_IDENTIFIER, in parse_name()
88 ERR_raise_data(ERR_LIB_PROP, PROP_R_NAME_TOO_LONG, "HERE-->%s", *t); in parse_name()
103 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_A_DECIMAL_DIGIT, in parse_number()
109 ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED, in parse_number()
116 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_A_DECIMAL_DIGIT, in parse_number()
138 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_HEXADECIMAL_DIGIT, in parse_hex()
144 ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILED, in parse_hex()
153 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_HEXADECIMAL_DIGIT, in parse_hex()
170 ERR_raise_data(ERR_LIB_PROP, PROP_R_NOT_AN_OCTAL_DIGIT, in parse_oct()
175 ERR_raise_data(ERR_LIB_PROP, PROP_R_PARSE_FAILE in parse_oct()
[all...]
/freebsd/crypto/openssl/include/openssl/
H A Derr.h116 # define ERR_LIB_PROP 55 macro
158 # define PROPerr(f, r) ERR_raise_data(ERR_LIB_PROP, (r), NULL)
H A Derr.h.in118 # define ERR_LIB_PROP 55 macro
160 # define PROPerr(f, r) ERR_raise_data(ERR_LIB_PROP, (r), NULL)