Home
last modified time | relevance | path

Searched defs:nullstring (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/os400/
Dtranscode.c59 static const int nullstring[] = { 0 }; in xmlTranscodeResult() local
146 static const xmlChar nullstring[] = { 0 }; in inTranscode() local
/third_party/python/Objects/
Dbytesobject.c22 static PyBytesObject *nullstring; variable