Searched defs:newset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpointer.c832 xmlLocationSetPtr newset; local
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1791 xmlLocationSetPtr newset = NULL; local
1810 newset = xmlXPtrLocationSetCreate(NULL);
1811 if (newset == NULL) {
1834 xmlXPtrFreeLocationSet(newset);
1844 xmlXPathFreeObject(newset);
1885 xmlLocationSetPtr newset = NULL; local
2032 xmlLocationSetPtr newset; local
2178 xmlLocationSetPtr newset; local
2228 xmlLocationSetPtr newset = NULL; local
2767 xmlLocationSetPtr newset; local
2905 xmlLocationSetPtr newset = NULL; local
[all...]
H A Dxpath.c13020 xmlNodeSetPtr newset; local
13027 newset = xmlXPathNodeSetCreate(NULL);
13052 xmlXPathFreeNodeSet(newset);
13062 xmlXPathNodeSetAdd(newset, oldset->nodeTab[i]);
13084 if (newset->nodeNr > 0) {
13085 *first = *(newset->nodeTab);
13101 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset));
13450 xmlNodeSetPtr newset = NULL; local
13694 newset = xmlXPathNodeSetCreate(NULL);
13750 xmlXPathFreeNodeSet(newset);
[all...]
/external/libxml2/
H A Dxpointer.c832 xmlLocationSetPtr newset; local
834 newset = xmlXPtrLocationSetCreate(NULL);
835 if (newset == NULL)
839 xmlXPtrLocationSetAdd(newset,
842 ret->user = (void *) newset;
1799 xmlLocationSetPtr newset = NULL; local
1818 newset = xmlXPtrLocationSetCreate(NULL);
1819 if (newset == NULL) {
1842 xmlXPtrFreeLocationSet(newset);
1852 xmlXPathFreeObject(newset);
1893 xmlLocationSetPtr newset = NULL; local
2040 xmlLocationSetPtr newset; local
2186 xmlLocationSetPtr newset; local
2236 xmlLocationSetPtr newset = NULL; local
2775 xmlLocationSetPtr newset; local
2913 xmlLocationSetPtr newset = NULL; local
[all...]
H A Dxpath.c13082 xmlNodeSetPtr newset; local
13089 newset = xmlXPathNodeSetCreate(NULL);
13114 xmlXPathFreeNodeSet(newset);
13124 xmlXPathNodeSetAdd(newset, oldset->nodeTab[i]);
13146 if (newset->nodeNr > 0) {
13147 *first = *(newset->nodeTab);
13163 valuePush(ctxt, xmlXPathCacheWrapNodeSet(ctxt->context, newset));
13519 xmlNodeSetPtr newset = NULL; local
13763 newset = xmlXPathNodeSetCreate(NULL);
13819 xmlXPathFreeNodeSet(newset);
[all...]
/external/valgrind/main/coregrind/
H A Dm_signals.c1189 vki_sigset_t* newset,
1193 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n",
1198 newset, newset ? format_sigset(newset) : "NULL" );
1207 if (newset) {
1208 do_sigprocmask_bitops (how, &VG_(threads)[tid].sig_mask, newset );
1187 do_setmask( ThreadId tid, Int how, vki_sigset_t* newset, vki_sigset_t* oldset ) argument
/external/mksh/src/
H A Dmisc.c229 change_flag(enum sh_flag f, int what, bool newset) argument
235 Flag(f) = newval = (newset ? 1 : 0);

Completed in 365 milliseconds