Lines Matching full:null
55 entries can be explicitly split into smaller entries, or storing ``NULL``
63 allocated ones. A freshly-initialised XArray contains a ``NULL``
70 ``NULL`` entry. There is no difference between an entry that has never
72 had ``NULL`` stored to it.
81 at that index is ``NULL``, you can use xa_insert() which
100 normal API will see this entry as containing ``NULL``. If you do
104 want the entry to become ``NULL``, you should use xa_erase().
107 If all entries in the array are ``NULL``, the xa_empty() function
123 xa_get_mark(). If the entry is not ``NULL``, you can set a mark on it
154 ``NULL`` will mark the entry as being in use, like xa_reserve().
156 you only want to free the entry if it's ``NULL``).
382 - Zero entries appear as ``NULL`` through the Normal API, but occupy
385 which are ``NULL``.
468 meaningful, potentially being an internal entry or ``NULL`` even when there
470 will return the first entry within the range or ``NULL`` if there are no
486 Storing ``NULL`` into any index of a multi-index entry will set the
487 entry at every index to ``NULL`` and dissolve the tie. A multi-index