Home
last modified time | relevance | path

Searched refs:ppReturn (Results 1 – 25 of 72) sorted by relevance

123

/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlstring.c94 assert (ppReturn != NULL) ; in lispMgr_StringToCharList()
131 assert (ppReturn != NULL) ; in lispMgr_Concat()
166 *ppReturn = pReturn ; in lispMgr_Concat()
199 register TLispEntity** ppReturn) in lispEntity_Upcase() argument
209 assert (ppReturn != NULL) ; in lispEntity_Upcase()
249 register TLispEntity** ppReturn) in lispEntity_Downcase() argument
257 assert (ppReturn != NULL) ; in lispEntity_Downcase()
613 register TLispEntity** ppReturn) in substringString() argument
634 *ppReturn = pRetval ; in substringString()
644 register TLispEntity** ppReturn) in substringVector() argument
[all …]
H A Dlwindow.c42 register TLispEntity** const ppReturn) in lispMgr_CreateWindow() argument
48 assert (ppReturn != NULL) ; in lispMgr_CreateWindow()
79 *ppReturn = pEntity ; in lispMgr_CreateWindow()
161 assert (ppReturn != NULL) ; in lispWindow_GetNext()
165 *ppReturn = pWindow->m_pNextWindow ; in lispWindow_GetNext()
177 assert (ppReturn != NULL) ; in lispWindow_GetPrevious()
181 *ppReturn = pWindow->m_pPrevWindow ; in lispWindow_GetPrevious()
244 assert (ppReturn != NULL) ; in lispWindow_GetBuffer()
248 *ppReturn = pWindow->m_pBuffer ; in lispWindow_GetBuffer()
280 assert (ppReturn != NULL) ; in lispWindow_GetFrame()
[all …]
H A Dlmarker.c31 register TLispEntity** const ppReturn) in lispMgr_CreateMarker() argument
37 assert (ppReturn != NULL) ; in lispMgr_CreateMarker()
57 *ppReturn = pEntity ; in lispMgr_CreateMarker()
177 register TLispEntity** const ppReturn) in lispMarker_GetNext() argument
183 assert (ppReturn != NULL) ; in lispMarker_GetNext()
186 *ppReturn = pMarker->m_pNextMarker ; in lispMarker_GetNext()
194 register TLispEntity** const ppReturn) in lispMarker_GetPrevious() argument
200 assert (ppReturn != NULL) ; in lispMarker_GetPrevious()
203 *ppReturn = pMarker->m_pPrevMarker ; in lispMarker_GetPrevious()
H A Dlsubfunc.c46 register TLispEntity** const ppReturn) in lispMgr_Load() argument
91 *ppReturn = pRetval ; in lispMgr_Load()
99 register TLispEntity** const ppReturn) in lispMgr_Append() argument
162 *ppReturn = pHead ; in lispMgr_Append()
170 register TLispEntity** ppReturn) in lispMgr_Nreverse() argument
226 *ppReturn = pRetval ; in lispMgr_Nreverse()
240 register TLispEntity** ppReturn) in lispMgr_Delete() argument
250 register TLispEntity** ppReturn) in lispMgr_Delq() argument
401 register TLispEntity** ppReturn) in lispMgr_deleteDelqCommon() argument
412 assert (ppReturn != NULL) ; in lispMgr_deleteDelqCommon()
[all …]
H A Dlvector.c38 register TLispEntity** const ppReturn) in lispMgr_CreateVector() argument
46 assert (ppReturn != NULL) ; in lispMgr_CreateVector()
69 *ppReturn = pEntity ; in lispMgr_CreateVector()
78 register TLispEntity** const ppReturn) in lispMgr_CreateVectorFill() argument
87 assert (ppReturn != NULL) ; in lispMgr_CreateVectorFill()
112 *ppReturn = pEntity ; in lispMgr_CreateVectorFill()
121 register TLispEntity** const ppReturn) in lispMgr_Vconcat() argument
170 if (TSUCCEEDED (lispMgr_CreateVector (pLispMgr, ppElement, nSize, ppReturn))) in lispMgr_Vconcat()
H A Dlispmgr-inl.h140 register TLispEntity** const ppReturn) in lispMgr_AllocateEntity() argument
153 *ppReturn = pEntity ; in lispMgr_AllocateEntity()
H A Dlbuffer.c206 register TLispEntity** const ppReturn) in lispBuffer_GetNext() argument
212 assert (ppReturn != NULL) ; in lispBuffer_GetNext()
215 *ppReturn = pBuffer->m_pNextBuffer ; in lispBuffer_GetNext()
240 register TLispEntity** const ppReturn) in lispBuffer_GetPrevious() argument
246 assert (ppReturn != NULL) ; in lispBuffer_GetPrevious()
249 *ppReturn = pBuffer->m_pPrevBuffer ; in lispBuffer_GetPrevious()
324 register TLispEntity** const ppReturn) in lispBuffer_GetSymbolValue() argument
335 …(pLispMgr, pBuffer->m_apVariableTable, NELEMENTS (pBuffer->m_apVariableTable), pSymbol, ppReturn) ; in lispBuffer_GetSymbolValue()
344 register TLispEntity** const ppReturn) in lispBuffer_GetSymbolValueWithName() argument
360 …ispMgr, pBuffer->m_apVariableTable, NELEMENTS (pBuffer->m_apVariableTable), pEntSymbol, ppReturn) ; in lispBuffer_GetSymbolValueWithName()
H A Dlbind.c141 register TLispEntity** const ppReturn) in lispBind_GetValue() argument
144 assert (ppReturn != NULL) ; in lispBind_GetValue()
148 *ppReturn = pBind->m_pEntValue ; in lispBind_GetValue()
383 register TLispBind** const ppReturn) in lispBindTable_SearchEntry() argument
388 if (ppReturn != NULL) in lispBindTable_SearchEntry()
389 *ppReturn = pBind ; in lispBindTable_SearchEntry()
H A Dlmsymbol.c438 register TLispEntity** const ppReturn) in lispMachine_GetCurrentSymbolValueWithName() argument
444 assert (ppReturn != NULL) ; in lispMachine_GetCurrentSymbolValueWithName()
449 return (lispMachine_GetCurrentBufferLocalSymbolValue (pLM, pEntSymbol, ppReturn) || in lispMachine_GetCurrentSymbolValueWithName()
450 lispMachine_GetGlobalSymbolValue (pLM, pEntSymbol, ppReturn)) ; in lispMachine_GetCurrentSymbolValueWithName()
/dports/x11/workrave/workrave-1.10.44/frontend/applets/win32/src/
H A DClsFact.cpp44 STDMETHODIMP CClassFactory::QueryInterface(REFIID riid, LPVOID *ppReturn) in QueryInterface() argument
46 *ppReturn = NULL; in QueryInterface()
50 *ppReturn = this; in QueryInterface()
55 *ppReturn = (IClassFactory*)this; in QueryInterface()
58 if (*ppReturn) in QueryInterface()
60 (*(LPUNKNOWN*)ppReturn)->AddRef(); in QueryInterface()
H A DDeskBand.cpp66 *ppReturn = NULL; in QueryInterface()
71 *ppReturn = this; in QueryInterface()
77 *ppReturn = (IOleWindow*)this; in QueryInterface()
83 *ppReturn = (IDockingWindow*)this; in QueryInterface()
89 *ppReturn = (IInputObject*)this; in QueryInterface()
101 *ppReturn = (IDeskBand*)this; in QueryInterface()
107 *ppReturn = (IDeskBand2*)this; in QueryInterface()
113 *ppReturn = (IPersist*)this; in QueryInterface()
119 *ppReturn = (IPersistStream*)this; in QueryInterface()
125 *ppReturn = (IContextMenu*)this; in QueryInterface()
[all …]
H A DApplet.cpp74 LPVOID *ppReturn) in DllGetClassObject() argument
76 *ppReturn = NULL; in DllGetClassObject()
88 HRESULT hResult = pClassFactory->QueryInterface(riid, ppReturn); in DllGetClassObject()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_intarray.h99 sqlite3_intarray **ppReturn
H A Dtest_intarray.c222 sqlite3_intarray **ppReturn in sqlite3_intarray_create() argument
228 *ppReturn = p = sqlite3_malloc( sizeof(*p) ); in sqlite3_intarray_create()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtest_intarray.h115 sqlite3_intarray **ppReturn
H A Dtest_intarray.c226 sqlite3_intarray **ppReturn in sqlite3_intarray_create() argument
232 *ppReturn = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3_intarray_create()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest_intarray.h108 sqlite3_intarray **ppReturn
H A Dtest_intarray.c222 sqlite3_intarray **ppReturn in sqlite3_intarray_create() argument
228 *ppReturn = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3_intarray_create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtest_intarray.h115 sqlite3_intarray **ppReturn
H A Dtest_intarray.c226 sqlite3_intarray **ppReturn in sqlite3_intarray_create() argument
232 *ppReturn = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3_intarray_create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtest_intarray.h115 sqlite3_intarray **ppReturn
H A Dtest_intarray.c226 sqlite3_intarray **ppReturn in sqlite3_intarray_create() argument
232 *ppReturn = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3_intarray_create()
/dports/editors/textadept/cdk-5.0-20200923/
H A Dbuttonbox.c221 int ppReturn = 1; in _injectCDKButtonbox() local
231 ppReturn = PreProcessFuncOf (widget) (vBUTTONBOX, in _injectCDKButtonbox()
238 if (ppReturn != 0) in _injectCDKButtonbox()
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Dbuttonbox.c221 int ppReturn = 1; in _injectCDKButtonbox() local
231 ppReturn = PreProcessFuncOf (widget) (vBUTTONBOX, in _injectCDKButtonbox()
238 if (ppReturn != 0) in _injectCDKButtonbox()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dbuttonbox.c221 int ppReturn = 1; in _injectCDKButtonbox() local
231 ppReturn = PreProcessFuncOf (widget) (vBUTTONBOX, in _injectCDKButtonbox()
238 if (ppReturn != 0) in _injectCDKButtonbox()

123