Home
last modified time | relevance | path

Searched refs:isNULL (Results 1 – 25 of 749) sorted by relevance

12345678910>>...30

/dports/databases/pgroonga/pgroonga-2.3.4/src/
H A Dpgrn-highlight-html.c100 bool isNULL; in PGrnHighlightHTMLUpdateKeywords() local
105 while (array_iterate(iterator, &datum, &isNULL)) in PGrnHighlightHTMLUpdateKeywords()
109 if (isNULL) in PGrnHighlightHTMLUpdateKeywords()
132 bool isNULL; in PGrnHighlightHTMLUpdateKeywords() local
137 while (array_iterate(iterator, &datum, &isNULL)) in PGrnHighlightHTMLUpdateKeywords()
141 if (isNULL) in PGrnHighlightHTMLUpdateKeywords()
163 bool isNULL; in PGrnHighlightHTMLUpdateKeywords() local
167 while (array_iterate(iterator, &datum, &isNULL)) in PGrnHighlightHTMLUpdateKeywords()
171 if (isNULL) in PGrnHighlightHTMLUpdateKeywords()
H A Dpgrn-full-text-search-condition.c49 bool isNULL; in PGrnFullTextSearchConditionDeconstructGeneric() local
52 isNULL = (HeapTupleHasNulls(&tuple) && att_isnull(i, header->t_bits)); in PGrnFullTextSearchConditionDeconstructGeneric()
54 if (isNULL) in PGrnFullTextSearchConditionDeconstructGeneric()
119 bool isNULL; in PGrnFullTextSearchConditionDeconstructGeneric() local
122 for (i = 0; array_iterate(iterator, &datum, &isNULL); i++) in PGrnFullTextSearchConditionDeconstructGeneric()
124 if (isNULL) in PGrnFullTextSearchConditionDeconstructGeneric()
/dports/devel/R-cran-Rcpp/Rcpp/inst/tinytest/
H A Dtest_robject.R147 expect_true( !isNULL( df ), info = "RObject.isNULL(data frame) -> false" )
148 expect_true( !isNULL(1L), info = "RObject.isNULL(integer) -> false" )
149 expect_true( !isNULL(1.0), info = "RObject.isNULL(numeric) -> false" )
150 expect_true( !isNULL(as.raw(1)), info = "RObject.isNULL(raw) -> false" )
151 expect_true( !isNULL(letters), info = "RObject.isNULL(character) -> false")
153 expect_true( !isNULL(base::ls), info = "RObject.isNULL(function) -> false" )
154 expect_true( !isNULL(.GlobalEnv), info = "RObject.isNULL(environment) -> false" )
155 expect_true( isNULL(NULL), info = "RObject.isNULL(NULL) -> true" )
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackage/
H A Ddmlcolumn.cpp39 …n::DMLColumn(std::string name, std::string value, bool isFromCol, uint32_t funcScale, bool isNULL) in DMLColumn() argument
46 isNULL = true; in DMLColumn()
49 fisNULL = isNULL; in DMLColumn()
55 …string name, std::vector<std::string>& valueList, bool isFromCol, uint32_t funcScale, bool isNULL) in DMLColumn() argument
59 fisNULL = isNULL; in DMLColumn()
H A Ddmlcolumn.h55 …ring name, std::string value, bool isFromCol = false, uint32_t funcScale = 0, bool isNULL = false);
60 …tor<std::string>& valueList, bool isFromCol = false, uint32_t funcScale = 0, bool isNULL = false );
124 void set_isnull( bool isNULL) in set_isnull() argument
126 fisNULL = isNULL; in set_isnull()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/dmlpackage/
H A Ddmlcolumn.cpp39 …n::DMLColumn(std::string name, std::string value, bool isFromCol, uint32_t funcScale, bool isNULL) in DMLColumn() argument
46 isNULL = true; in DMLColumn()
49 fisNULL = isNULL; in DMLColumn()
55 …string name, std::vector<std::string>& valueList, bool isFromCol, uint32_t funcScale, bool isNULL) in DMLColumn() argument
59 fisNULL = isNULL; in DMLColumn()
H A Ddmlcolumn.h55 …ring name, std::string value, bool isFromCol = false, uint32_t funcScale = 0, bool isNULL = false);
60 …tor<std::string>& valueList, bool isFromCol = false, uint32_t funcScale = 0, bool isNULL = false );
124 void set_isnull( bool isNULL) in set_isnull() argument
126 fisNULL = isNULL; in set_isnull()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxCmp.cpp49 if (! ah(searchKey).isNULL()) { in cmpSearchKey()
50 if (! ah(entryData).isNULL()) { in cmpSearchKey()
77 if (! ah(entryData).isNULL()) { in cmpSearchKey()
133 if (! ah(boundInfo).isNULL()) { in cmpScanBound()
134 if (! ah(entryData).isNULL()) { in cmpScanBound()
162 if (! ah(entryData).isNULL()) { in cmpScanBound()
/dports/net/czmq4/czmq-4.2.1/bindings/qml/src/
H A DQmlZhttpServerConnection.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZhttpClient.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZhttpServer.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZclock.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZdigest.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZpoller.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZhttpServerOptions.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZtimerset.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZactor.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZcertstore.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZiflist.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
/dports/net/czmq/czmq-4.1.1/bindings/qml/src/
H A DQmlZclock.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZdigest.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZpoller.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZtimerset.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZcertstore.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function
H A DQmlZactor.h20 Q_PROPERTY(bool isNULL READ isNULL)
26 bool isNULL() { return self == NULL; } in isNULL() function

12345678910>>...30