Home
last modified time | relevance | path

Searched refs:zero_pos (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c1180 int zero_pos; member
1190 v6stat.zero_pos = -1; in ipv6_from_asc()
1202 if (v6stat.zero_pos == -1) { in ipv6_from_asc()
1219 if ((v6stat.zero_pos != 0) in ipv6_from_asc()
1220 && (v6stat.zero_pos != v6stat.total)) in ipv6_from_asc()
1224 if ((v6stat.zero_pos == 0) in ipv6_from_asc()
1225 || (v6stat.zero_pos == v6stat.total)) in ipv6_from_asc()
1232 if (v6stat.zero_pos >= 0) { in ipv6_from_asc()
1234 memcpy(v6, v6stat.tmp, v6stat.zero_pos); in ipv6_from_asc()
1236 memset(v6 + v6stat.zero_pos, in ipv6_from_asc()
[all...]
/third_party/openssl/crypto/x509/
H A Dv3_utl.c1208 int zero_pos; member
1218 v6stat.zero_pos = -1; in ipv6_from_asc()
1230 if (v6stat.zero_pos == -1) { in ipv6_from_asc()
1247 if ((v6stat.zero_pos != 0) in ipv6_from_asc()
1248 && (v6stat.zero_pos != v6stat.total)) in ipv6_from_asc()
1252 if ((v6stat.zero_pos == 0) in ipv6_from_asc()
1253 || (v6stat.zero_pos == v6stat.total)) in ipv6_from_asc()
1260 if (v6stat.zero_pos >= 0) { in ipv6_from_asc()
1262 memcpy(v6, v6stat.tmp, v6stat.zero_pos); in ipv6_from_asc()
1264 memset(v6 + v6stat.zero_pos, in ipv6_from_asc()
[all...]

Completed in 11 milliseconds