HomeSort by relevance Sort by last modified time
    Searched refs:apObj (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test6.c 743 Tcl_Obj **apObj;
745 if( Tcl_ListObjGetElements(interp, objv[i+1], &nObj, &apObj) ){
751 Tcl_Obj *pFlag = Tcl_DuplicateObj(apObj[j]);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wbemprov.h 482 virtual HRESULT WINAPI GetObjects(IWbemServices *pNamespace,__LONG32 lNumObjects,IWbemObjectAccess **apObj,__LONG32 lFlags,IWbemContext *pContext) = 0;
495 HRESULT (WINAPI *GetObjects)(IWbemHiPerfProvider *This,IWbemServices *pNamespace,__LONG32 lNumObjects,IWbemObjectAccess **apObj,__LONG32 lFlags,IWbemContext *pContext);
510 #define IWbemHiPerfProvider_GetObjects(This,pNamespace,lNumObjects,apObj,lFlags,pContext) (This)->lpVtbl->GetObjects(This,pNamespace,lNumObjects,apObj,lFlags,pContext)
523 HRESULT WINAPI IWbemHiPerfProvider_GetObjects_Proxy(IWbemHiPerfProvider *This,IWbemServices *pNamespace,__LONG32 lNumObjects,IWbemObjectAccess **apObj,__LONG32 lFlags,IWbemContext *pContext);
    [all...]
wbemcli.h     [all...]

Completed in 301 milliseconds