Home
last modified time | relevance | path

Searched refs:ossl_isspace (Results 1 – 22 of 22) sorted by relevance

/third_party/openssl/crypto/asn1/
Dasn_moid.c75 while (ossl_isspace(*ostr)) in do_create()
77 while (ossl_isspace(*ln)) in do_create()
80 while (ossl_isspace(*p)) { in do_create()
Dasn_mime.c689 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
814 if (!ossl_isspace(c)) in strip_start()
835 if (ossl_isspace(c)) in strip_end()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Dasn_moid.c79 while (ossl_isspace(*ostr)) in do_create()
81 while (ossl_isspace(*ln)) in do_create()
84 while (ossl_isspace(*p)) { in do_create()
Dasn_mime.c695 if (mhdr && ossl_isspace(linebuf[0])) in STACK_OF()
820 if (!ossl_isspace(c)) in strip_start()
841 if (ossl_isspace(c)) in strip_end()
/third_party/openssl/crypto/property/
Dproperty_parse.c26 while (ossl_isspace(*s)) in DEFINE_STACK_OF()
105 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_number()
130 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_hex()
151 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_oct()
203 while (ossl_isprint(*s) && !ossl_isspace(*s) && *s != ',') { in parse_unquoted()
210 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_unquoted()
/third_party/node/deps/openssl/openssl/crypto/property/
Dproperty_parse.c26 while (ossl_isspace(*s)) in DEFINE_STACK_OF()
114 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_number()
151 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_hex()
181 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_oct()
233 while (ossl_isprint(*s) && !ossl_isspace(*s) && *s != ',') { in parse_unquoted()
240 if (!ossl_isspace(*s) && *s != '\0' && *s != ',') { in parse_unquoted()
/third_party/node/deps/openssl/openssl/crypto/x509/
Dx_name.c418 while (len > 0 && ossl_isspace(*from)) { in asn1_string_canon()
426 while (len > 0 && ossl_isspace(to[-1])) { in asn1_string_canon()
441 else if (ossl_isspace(*from)) { in asn1_string_canon()
453 while (ossl_isspace(*from)); in asn1_string_canon()
Dv3_conf.c206 while (ossl_isspace(*p)) in v3_check_critical()
227 while (ossl_isspace(*p)) in v3_check_generic()
Dv3_utl.c413 while (*p && ossl_isspace(*p)) in strip_spaces()
418 while ((q != p) && ossl_isspace(*q)) in strip_spaces()
1165 if (!(*p == '\0' || ossl_isspace(*p))) in ipv4_from_asc()
/third_party/openssl/crypto/x509/
Dx_name.c418 while (len > 0 && ossl_isspace(*from)) { in asn1_string_canon()
426 while (len > 0 && ossl_isspace(to[-1])) { in asn1_string_canon()
441 else if (ossl_isspace(*from)) { in asn1_string_canon()
453 while (ossl_isspace(*from)); in asn1_string_canon()
Dv3_conf.c206 while (ossl_isspace(*p)) in v3_check_critical()
227 while (ossl_isspace(*p)) in v3_check_generic()
Dv3_utl.c413 while (*p && ossl_isspace(*p)) in strip_spaces()
418 while ((q != p) && ossl_isspace(*q)) in strip_spaces()
1165 if (!(*p == '\0' || ossl_isspace(*p))) in ipv4_from_asc()
/third_party/openssl/crypto/http/
Dhttp_client.c414 for (code = line; *code != '\0' && !ossl_isspace(*code); code++) in parse_http_line1()
420 while (*code != '\0' && ossl_isspace(*code)) in parse_http_line1()
426 for (reason = code; *reason != '\0' && !ossl_isspace(*reason); reason++) in parse_http_line1()
441 while (*reason != '\0' && ossl_isspace(*reason)) in parse_http_line1()
451 for (end = reason + strlen(reason) - 1; ossl_isspace(*end); end--) in parse_http_line1()
686 while (ossl_isspace(*value)) in OSSL_HTTP_REQ_CTX_nbio()
1396 while (read_len > 0 && ossl_isspace(mbuf[read_len - 1])) in OSSL_HTTP_proxy_connect()
/third_party/node/deps/openssl/openssl/crypto/http/
Dhttp_client.c421 for (code = line; *code != '\0' && !ossl_isspace(*code); code++) in parse_http_line1()
427 while (*code != '\0' && ossl_isspace(*code)) in parse_http_line1()
433 for (reason = code; *reason != '\0' && !ossl_isspace(*reason); reason++) in parse_http_line1()
448 while (*reason != '\0' && ossl_isspace(*reason)) in parse_http_line1()
458 for (end = reason + strlen(reason) - 1; ossl_isspace(*end); end--) in parse_http_line1()
697 while (ossl_isspace(*value)) in OSSL_HTTP_REQ_CTX_nbio()
1407 while (read_len > 0 && ossl_isspace(mbuf[read_len - 1])) in OSSL_HTTP_proxy_connect()
/third_party/node/deps/openssl/openssl/include/crypto/
Dctype.h82 # define ossl_isspace(c) (ossl_ctype_check((c), CTYPE_MASK_space)) macro
/third_party/openssl/include/crypto/
Dctype.h82 # define ossl_isspace(c) (ossl_ctype_check((c), CTYPE_MASK_space)) macro
/third_party/openssl/ohos_lite/include/crypto/
Dctype.h76 # define ossl_isspace(c) (ossl_ctype_check((c), CTYPE_MASK_space)) macro
/third_party/openssl/test/
Dctype_internal_test.c47 && TEST_int_eq(isspace(n) != 0, ossl_isspace(n) != 0) in test_ctype_chars()
/third_party/node/deps/openssl/openssl/crypto/objects/
Dobj_dat.c682 while (ossl_isspace(*s)) in OBJ_create_objects()
688 while (*l != '\0' && !ossl_isspace(*l)) in OBJ_create_objects()
692 while (ossl_isspace(*l)) in OBJ_create_objects()
/third_party/openssl/crypto/objects/
Dobj_dat.c681 while (ossl_isspace(*s)) in OBJ_create_objects()
687 while (*l != '\0' && !ossl_isspace(*l)) in OBJ_create_objects()
691 while (ossl_isspace(*l)) in OBJ_create_objects()
/third_party/node/deps/openssl/openssl/crypto/
Ds390xcap.c731 if (!ossl_isspace(*tok_begin)) in parse_env()
/third_party/openssl/crypto/
Ds390xcap.c731 if (!ossl_isspace(*tok_begin)) in parse_env()