Searched defs:nullstr (Results 1 - 7 of 7) sorted by relevance

/external/elfutils/0.153/libebl/
H A Deblgstrtab.c99 bool nullstr; member in struct:Ebl_GStrtab
111 ebl_gstrtabinit (unsigned int width, bool nullstr) argument
125 ret->nullstr = nullstr;
127 if (nullstr)
355 size_t nulllen = st->nullstr ? st->width : 0;
364 if (st->nullstr)
H A Deblstrtab.c98 bool nullstr; member in struct:Ebl_Strtab
112 ebl_strtabinit (bool nullstr) argument
124 ret->nullstr = nullstr;
126 if (nullstr)
338 size_t nulllen = st->nullstr ? 1 : 0;
347 if (st->nullstr)
H A Deblwstrtab.c99 bool nullstr; member in struct:Ebl_WStrtab
111 ebl_wstrtabinit (bool nullstr) argument
124 ret->nullstr = nullstr;
125 if (nullstr)
349 size_t nulllen = st->nullstr ? 1 : 0;
358 if (st->nullstr)
/external/chromium_org/third_party/libxml/src/
H A DtestSAX.c443 const xmlChar *nullstr = BAD_CAST "(null)"; local
446 publicId = nullstr;
448 systemId = nullstr;
450 content = (xmlChar *)nullstr;
538 const xmlChar *nullstr = BAD_CAST "(null)"; local
541 publicId = nullstr;
543 systemId = nullstr;
545 notationName = nullstr;
H A Dxmllint.c1074 const xmlChar *nullstr = BAD_CAST "(null)"; local
1077 publicId = nullstr;
1079 systemId = nullstr;
1081 content = (xmlChar *)nullstr;
1169 const xmlChar *nullstr = BAD_CAST "(null)"; local
1172 publicId = nullstr;
1174 systemId = nullstr;
1176 notationName = nullstr;
H A Druntest.c968 const xmlChar *nullstr = BAD_CAST "(null)"; local
971 publicId = nullstr;
973 systemId = nullstr;
975 content = (xmlChar *)nullstr;
1063 const xmlChar *nullstr = BAD_CAST "(null)"; local
1066 publicId = nullstr;
1068 systemId = nullstr;
1070 notationName = nullstr;
/external/libxml2/
H A Dxmllint.c1080 const xmlChar *nullstr = BAD_CAST "(null)"; local
1083 publicId = nullstr;
1085 systemId = nullstr;
1087 content = (xmlChar *)nullstr;
1175 const xmlChar *nullstr = BAD_CAST "(null)"; local
1178 publicId = nullstr;
1180 systemId = nullstr;
1182 notationName = nullstr;

Completed in 3280 milliseconds