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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprthinfo.c60 void **ptd; local
158 ptd = t->privateData;
159 for (index = 0; index < t->tpdLength; index++, ptd++) {
160 status = scanFun(t, (void**)ptd, 1, scanClosure);
/vbox/src/libs/xpcom18a4/python/src/
H A DVariantUtils.cpp973 PythonTypeDescriptor &ptd = pdescs[i]; local
975 switch (ptd.type_flags & XPT_TDP_TAGMASK) {
977 NS_ABORT_IF_FALSE(ptd.argnum < num, "Bad dependent index");
978 if (ptd.argnum2 < num) {
979 if (XPT_PD_IS_IN(ptd.param_flags))
980 pdescs[ptd.argnum2].is_auto_in = PR_TRUE;
981 if (XPT_PD_IS_OUT(ptd.param_flags))
982 pdescs[ptd.argnum2].is_auto_out = PR_TRUE;
987 NS_ABORT_IF_FALSE(ptd.argnum < num, "Bad dependent index");
988 if (ptd
1151 PythonTypeDescriptor &ptd = m_python_type_desc_array[i]; local
1169 PythonTypeDescriptor &ptd = m_python_type_desc_array[i]; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Durlmon.h484 DWORD ptd; member in struct:tagRemFORMATETC
H A Dobjidl.h5475 DVTARGETDEVICE *ptd; member in struct:tagFORMATETC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Durlmon.h490 DWORD ptd; member in struct:tagRemFORMATETC
H A Dobjidl.h5475 DVTARGETDEVICE *ptd; member in struct:tagFORMATETC

Completed in 156 milliseconds