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

/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c2386 vki_sigset_t* newset = newts ? (vki_sigset_t*)&newts->sigmask : NULL; local
2389 VG_(do_sys_sigprocmask) ( tid, VKI_SIG_SETMASK, newset, oldset )
/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.c1117 vki_sigset_t* newset,
1121 VG_(dmsg)("do_setmask: tid = %d how = %d (%s), newset = %p (%s)\n",
1126 newset, newset ? format_sigset(newset) : "NULL" );
1135 if (newset) {
1136 do_sigprocmask_bitops (how, &VG_(threads)[tid].sig_mask, newset );
1115 do_setmask( ThreadId tid, Int how, vki_sigset_t* newset, vki_sigset_t* oldset ) argument

Completed in 139 milliseconds