HomeSort by: relevance | last modified time | path
    Searched defs:isnull (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/
asn1_dsa.c 110 int isnull = WPACKET_is_null_buf(pkt); local
115 if (!isnull) {
128 || (!isnull && !WPACKET_finish(dummypkt))) {
129 if (!isnull)
141 || (!isnull && !ossl_encode_der_integer(pkt, r))
142 || (!isnull && !ossl_encode_der_integer(pkt, s))
  /src/crypto/external/bsd/openssl/dist/crypto/
asn1_dsa.c 110 int isnull = WPACKET_is_null_buf(pkt); local
115 if (!isnull) {
128 || (!isnull && !WPACKET_finish(dummypkt))) {
129 if (!isnull)
141 || (!isnull && !ossl_encode_der_integer(pkt, r))
142 || (!isnull && !ossl_encode_der_integer(pkt, s))
  /src/external/public-domain/sqlite/dist/
sqlite3.c 31615 int needQuote, isnull; local
    [all...]

Completed in 122 milliseconds