Home
last modified time | relevance | path

Searched refs:statePtr (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkImgGIF.c1733 statePtr->pixelo[statePtr->blueOffset], statePtr->mapa); in ReadValue()
1737 statePtr->ssize = statePtr->rsize; in ReadValue()
1739 statePtr->pixelo += statePtr->pixelPitch in ReadValue()
1919 binformat(statePtr->obuf, statePtr->obits), statePtr->obits, in output()
1929 binformat(statePtr->obuf, statePtr->obits), statePtr->obits)); in output()
1938 blockOut(statePtr, statePtr->obuf); in outputFlush()
1970 output(statePtr, statePtr->codeClear); in outputPlain()
2036 output(statePtr, statePtr->codeClear); in resetOutputClear()
2092 output(statePtr, statePtr->codeClear); in runlengthFlushClearOrRep()
2125 output(statePtr, statePtr->codeClear); in runlengthFlushWithTable()
[all …]
/dports/devel/tcltls/tcltls-1.7.18/
H A DtlsIO.c136 statePtr->flags |= TLS_TCL_ASYNC; in TlsBlockModeProc()
168 Tls_Clean(statePtr); in TlsCloseProc()
198 dprintFlags(statePtr); in Tls_WaitForConnect()
236 err = BIO_flush(statePtr->bio); in Tls_WaitForConnect()
442 Tls_Error(statePtr, TCLTLS_SSL_ERROR(statePtr->ssl, bytesRead)); in TlsInputProc()
540 err = BIO_flush(statePtr->bio); in TlsOutputProc()
612 Tls_Error(statePtr, TCLTLS_SSL_ERROR(statePtr->ssl, written)); in TlsOutputProc()
708 dprintFlags(statePtr); in TlsWatchProc()
718 statePtr->watchMask = 0; in TlsWatchProc()
723 statePtr->watchMask = mask; in TlsWatchProc()
[all …]
H A Dtls.c373 statePtr->err = msg; in Tls_Error()
849 statePtr->err = "";
935 statePtr->ssl = SSL_new(statePtr->ctx);
966 statePtr->p_bio = BIO_new_tcl(statePtr, BIO_NOCLOSE);
975 SSL_set_bio(statePtr->ssl, statePtr->p_bio, statePtr->p_bio);
976 BIO_set_ssl(statePtr->bio, statePtr->ssl, BIO_NOCLOSE);
1060 State *statePtr; in CTX_Init()
1355 State *statePtr; local
1681 statePtr->bio = NULL; in Tls_Clean()
1686 statePtr->ssl = NULL; in Tls_Clean()
[all …]
H A DtlsInt.h91 #define dprintFlags(statePtr) { \ argument
94 …p += sprintf(dprintfBuffer_p, "%s:%i:%s():%s->flags=0", __FILE__, __LINE__, __func__, #statePtr); \
95 …if (((statePtr)->flags & TLS_TCL_ASYNC) == TLS_TCL_ASYNC) { dprintfBuffer_p += sprintf(dprintfBuff…
97 …if (((statePtr)->flags & TLS_TCL_INIT) == TLS_TCL_INIT) { dprintfBuffer_p += sprintf(dprintfBuffer…
98 …if (((statePtr)->flags & TLS_TCL_DEBUG) == TLS_TCL_DEBUG) { dprintfBuffer_p += sprintf(dprintfBuff…
107 #define dprintFlags(statePtr) /**/ argument
168 Tcl_Channel Tls_GetParent(State *statePtr, int maskFlags);
171 void Tls_Error(State *statePtr, char *msg);
173 void Tls_Clean(State *statePtr);
174 int Tls_WaitForConnect(State *statePtr, int *errorCodePtr, int handshakeFailureIsPerman…
[all …]
/dports/lang/tcl87/tcl8.7a5/generic/
H A DtclIO.c300 #define GotFlag(statePtr, flag) ((statePtr)->flags & (flag)) argument
621 statePtr = statePtr->nextCSPtr) { in TclFinalizeIOSubsystem()
1533 statePtr = resPtr->statePtr; in TclGetChannelFromObj()
1566 resPtr->statePtr = statePtr; in TclGetChannelFromObj()
1854 statePtr = statePtr->nextCSPtr; in Tcl_StackChannel()
2133 statePtr->inQueueHead = statePtr->inQueueTail; in Tcl_UnstackChannel()
7357 statePtr->chanMsg = statePtr->unreportedMsg; in CheckChannelErrors()
7620 RecycleBuffer(statePtr, statePtr->saveInBufPtr, 1); in Tcl_SetChannelBufferSize()
7626 RecycleBuffer(statePtr, statePtr->inQueueHead, 1); in Tcl_SetChannelBufferSize()
7998 if (statePtr->csPtrR || statePtr->csPtrW) { in Tcl_SetChannelOption()
[all …]
H A DtclResult.c82 statePtr->status = status; in Tcl_SaveInterpState()
89 if (statePtr->errorInfo) { in Tcl_SaveInterpState()
93 if (statePtr->errorCode) { in Tcl_SaveInterpState()
97 if (statePtr->returnOpts) { in Tcl_SaveInterpState()
210 ckfree(statePtr); in Tcl_DiscardInterpState()
264 statePtr->result = statePtr->resultSpace; in Tcl_SaveResult()
275 statePtr->result = statePtr->appendResult; in Tcl_SaveResult()
326 if (statePtr->result == statePtr->resultSpace) { in Tcl_RestoreResult()
333 } else if (statePtr->result == statePtr->appendResult) { in Tcl_RestoreResult()
387 if (statePtr->result == statePtr->appendResult) { in Tcl_DiscardResult()
[all …]
/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclIO.c300 #define GotFlag(statePtr, flag) ((statePtr)->flags & (flag)) argument
600 statePtr = statePtr->nextCSPtr) { in TclFinalizeIOSubsystem()
1513 statePtr = resPtr->statePtr; in TclGetChannelFromObj()
1547 resPtr->statePtr = statePtr; in TclGetChannelFromObj()
1824 statePtr = statePtr->nextCSPtr; in Tcl_StackChannel()
2103 statePtr->inQueueHead = statePtr->inQueueTail; in Tcl_UnstackChannel()
7344 statePtr->chanMsg = statePtr->unreportedMsg; in CheckChannelErrors()
7607 RecycleBuffer(statePtr, statePtr->saveInBufPtr, 1); in Tcl_SetChannelBufferSize()
7613 RecycleBuffer(statePtr, statePtr->inQueueHead, 1); in Tcl_SetChannelBufferSize()
7985 if (statePtr->csPtrR || statePtr->csPtrW) { in Tcl_SetChannelOption()
[all …]
H A DtclResult.c80 statePtr->status = status; in Tcl_SaveInterpState()
87 if (statePtr->errorInfo) { in Tcl_SaveInterpState()
91 if (statePtr->errorCode) { in Tcl_SaveInterpState()
95 if (statePtr->returnOpts) { in Tcl_SaveInterpState()
208 ckfree(statePtr); in Tcl_DiscardInterpState()
261 statePtr->result = statePtr->resultSpace; in Tcl_SaveResult()
272 statePtr->result = statePtr->appendResult; in Tcl_SaveResult()
323 if (statePtr->result == statePtr->resultSpace) { in Tcl_RestoreResult()
330 } else if (statePtr->result == statePtr->appendResult) { in Tcl_RestoreResult()
384 if (statePtr->result == statePtr->appendResult) { in Tcl_DiscardResult()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclGeneric/
H A DtclIO.c1288 statePtr = statePtr->nextCSPtr;
1486 statePtr->inQueueHead = statePtr->inQueueTail;
2032 statePtr->outQueueHead = statePtr->curOutPtr;
2036 statePtr->outQueueTail = statePtr->curOutPtr;
4693 statePtr->inputEncodingFlags, &statePtr->inputEncodingState,
4768 statePtr->inputEncodingFlags, &statePtr->inputEncodingState,
4791 statePtr->inputEncodingFlags, &statePtr->inputEncodingState,
5220 RecycleBuffer(statePtr, statePtr->inQueueHead, 0);
6585 RecycleBuffer(statePtr, statePtr->saveInBufPtr, 1);
6592 RecycleBuffer(statePtr, statePtr->inQueueHead, 1);
[all …]
H A DtclResult.c50 Tcl_SaveResult(interp, statePtr) in Tcl_SaveResult() argument
76 statePtr->result = statePtr->resultSpace;
78 statePtr->appendResult = NULL;
87 statePtr->result = statePtr->appendResult;
97 statePtr->appendResult = NULL;
137 if (statePtr->result == statePtr->resultSpace) {
144 } else if (statePtr->result == statePtr->appendResult) {
193 Tcl_DiscardResult(statePtr) in Tcl_DiscardResult() argument
198 if (statePtr->result == statePtr->appendResult) {
202 ckfree(statePtr->result);
[all …]
/dports/lang/tcl87/tcl8.7a5/unix/
H A DtclUnixSock.c49 TcpState *statePtr; member
1226 for (statePtr->addr = statePtr->addrlist; statePtr->addr != NULL; in TcpConnect()
1227 statePtr->addr = statePtr->addr->ai_next) { in TcpConnect()
1228 for (statePtr->myaddr = statePtr->myaddrlist; in TcpConnect()
1230 statePtr->myaddr = statePtr->myaddr->ai_next) { in TcpConnect()
1288 ret = bind(statePtr->fds.fd, statePtr->myaddr->ai_addr, in TcpConnect()
1302 ret = connect(statePtr->fds.fd, statePtr->addr->ai_addr, in TcpConnect()
1346 TcpWatchProc(statePtr, statePtr->filehandlers); in TcpConnect()
1751 newfds->statePtr = statePtr; in Tcl_OpenTcpServerEx()
1768 statePtr, 0); in Tcl_OpenTcpServerEx()
[all …]
/dports/lang/tcl86/tcl8.6.12/win/
H A DtclWinSock.c1548 if (statePtr->readyEvents & statePtr->watchEvents) { in TcpWatchProc()
1643 for (statePtr->addr = statePtr->addrlist; statePtr->addr != NULL; in TcpConnect()
1644 statePtr->addr = statePtr->addr->ai_next) { in TcpConnect()
1646 for (statePtr->myaddr = statePtr->myaddrlist; statePtr->myaddr != NULL; in TcpConnect()
1647 statePtr->myaddr = statePtr->myaddr->ai_next) { in TcpConnect()
2231 TcpState *statePtr = fds->statePtr; in TcpAccept() local
2494 statePtr = statePtr->nextPtr) { in SocketSetupProc()
2543 statePtr = statePtr->nextPtr) { in SocketCheckProc()
2604 statePtr = statePtr->nextPtr) { in SocketEventProc()
2835 fds->statePtr = statePtr; in AddSocketInfoFd()
[all …]
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclIO.c299 #define SetFlag(statePtr, flag) ((statePtr)->flags |= (flag)) argument
301 #define GotFlag(statePtr, flag) ((statePtr)->flags & (flag)) argument
529 statePtr = statePtr->nextCSPtr) { in TclFinalizeIOSubsystem()
1665 statePtr = statePtr->nextCSPtr; in Tcl_StackChannel()
1949 statePtr->inQueueHead = statePtr->inQueueTail; in Tcl_UnstackChannel()
6826 statePtr->chanMsg = statePtr->unreportedMsg; in CheckChannelErrors()
7089 RecycleBuffer(statePtr, statePtr->saveInBufPtr, 1); in Tcl_SetChannelBufferSize()
7095 RecycleBuffer(statePtr, statePtr->inQueueHead, 1); in Tcl_SetChannelBufferSize()
7465 if (statePtr->csPtrR || statePtr->csPtrW) { in Tcl_SetChannelOption()
9629 for (statePtr = tsdPtr->firstCSPtr; statePtr != NULL; in Tcl_IsChannelExisting()
[all …]
H A DtclResult.c78 statePtr->status = status; in Tcl_SaveInterpState()
83 if (statePtr->errorInfo) { in Tcl_SaveInterpState()
87 if (statePtr->errorCode) { in Tcl_SaveInterpState()
91 if (statePtr->returnOpts) { in Tcl_SaveInterpState()
180 if (statePtr->errorInfo) { in Tcl_DiscardInterpState()
242 statePtr->result = statePtr->resultSpace; in Tcl_SaveResult()
253 statePtr->result = statePtr->appendResult; in Tcl_SaveResult()
303 if (statePtr->result == statePtr->resultSpace) { in Tcl_RestoreResult()
310 } else if (statePtr->result == statePtr->appendResult) { in Tcl_RestoreResult()
363 if (statePtr->result == statePtr->appendResult) { in Tcl_DiscardResult()
[all …]
/dports/lang/tcl86/tcl8.6.12/unix/
H A DtclUnixSock.c49 TcpState *statePtr; member
1202 for (statePtr->addr = statePtr->addrlist; statePtr->addr != NULL; in TcpConnect()
1203 statePtr->addr = statePtr->addr->ai_next) { in TcpConnect()
1204 for (statePtr->myaddr = statePtr->myaddrlist; in TcpConnect()
1206 statePtr->myaddr = statePtr->myaddr->ai_next) { in TcpConnect()
1265 ret = bind(statePtr->fds.fd, statePtr->myaddr->ai_addr, in TcpConnect()
1279 ret = connect(statePtr->fds.fd, statePtr->addr->ai_addr, in TcpConnect()
1323 TcpWatchProc(statePtr, statePtr->filehandlers); in TcpConnect()
1665 newfds->statePtr = statePtr; in Tcl_OpenTcpServer()
1682 statePtr, 0); in Tcl_OpenTcpServer()
[all …]
/dports/lang/tcl87/tcl8.7a5/win/
H A DtclWinSock.c1638 if (statePtr->readyEvents & statePtr->watchEvents) { in TcpWatchProc()
1733 for (statePtr->addr = statePtr->addrlist; statePtr->addr != NULL; in TcpConnect()
1734 statePtr->addr = statePtr->addr->ai_next) { in TcpConnect()
1735 for (statePtr->myaddr = statePtr->myaddrlist; in TcpConnect()
2401 TcpState *statePtr = fds->statePtr; in TcpAccept() local
2663 statePtr = statePtr->nextPtr) { in SocketSetupProc()
2711 statePtr = statePtr->nextPtr) { in SocketCheckProc()
2771 statePtr = statePtr->nextPtr) { in SocketEventProc()
3011 fds->statePtr = statePtr; in AddSocketInfoFd()
3280 for (statePtr = tsdPtr->socketList; statePtr != NULL; in SocketProc()
[all …]
/dports/net/tcludp/tcludp/generic/
H A Dudp_tcl.c269 UdpState *statePtr; local
485 UdpState *statePtr; local
558 UdpState *statePtr; local
568 for (statePtr = sockList; statePtr != NULL; statePtr=statePtr->next) {
586 UdpState *statePtr; local
608 for (statePtr = sockList; statePtr != NULL; statePtr=statePtr->next) {
753 for (statePtr = sockList; statePtr != NULL; statePtr=statePtr->next) {
773 for (statePtr = sockList; statePtr != NULL; statePtr=statePtr->next) {
1068 ntohs(statePtr->remoteport), statePtr->sock);
1419 if (statePtr->remotehost && *statePtr->remotehost) {
[all …]
/dports/graphics/libimg/Img-1.4.12/gif/
H A Dgif.c1354 if (statePtr->alphaOffset && (statePtr->pixelOffset[statePtr->alphaOffset]==0)) { in ReadValue()
1362 statePtr->pixelOffset += statePtr->pixelSize; in ReadValue()
1364 statePtr->ssize = statePtr->rsize; in ReadValue()
1366 statePtr->pixelOffset += statePtr->pixelPitch - (statePtr->rsize * statePtr->pixelSize); in ReadValue()
1608 statePtr->cur_bits += statePtr->n_bits;
1621 if ((statePtr->free_ent > statePtr->maxcode)|| statePtr->clear_flg ) {
1623 statePtr->maxcode = MAXCODE(statePtr->n_bits = statePtr->g_init_bits);
1655 cl_hash (statePtr, (int) statePtr->hsize);
1656 statePtr->free_ent = statePtr->ClearCode + 2;
1659 output(statePtr, (long) statePtr->ClearCode);
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkImgGIF.c1931 statePtr->pixelOffset[statePtr->greenOffset], in ReadValue()
1932 statePtr->pixelOffset[statePtr->blueOffset]); in ReadValue()
1934 statePtr->pixelOffset += statePtr->pixelSize; in ReadValue()
1936 statePtr->ssize = statePtr->rsize; in ReadValue()
1938 statePtr->pixelOffset += statePtr->pixelPitch in ReadValue()
1939 - (statePtr->rsize * statePtr->pixelSize); in ReadValue()
2097 statePtr->currentBits += statePtr->numBits; in Output()
2110 if ((statePtr->freeEntry > statePtr->maxCode) || statePtr->clearFlag) { in Output()
2113 statePtr->numBits = statePtr->initialBits); in Output()
2120 statePtr->maxCode = MAXCODE(statePtr->numBits); in Output()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkImgGIF.c2132 statePtr->pixelOffset[statePtr->greenOffset], in ReadValue()
2133 statePtr->pixelOffset[statePtr->blueOffset]); in ReadValue()
2135 statePtr->pixelOffset += statePtr->pixelSize; in ReadValue()
2137 statePtr->ssize = statePtr->rsize; in ReadValue()
2139 statePtr->pixelOffset += statePtr->pixelPitch in ReadValue()
2140 - (statePtr->rsize * statePtr->pixelSize); in ReadValue()
2298 statePtr->currentBits += statePtr->numBits; in Output()
2311 if ((statePtr->freeEntry > statePtr->maxCode) || statePtr->clearFlag) { in Output()
2314 statePtr->numBits = statePtr->initialBits); in Output()
2321 statePtr->maxCode = MAXCODE(statePtr->numBits); in Output()
[all …]
/dports/mail/rmilter/rmilter-1.10.0/contrib/zstd/
H A Dfse.h470 statePtr->value = (ptrdiff_t)1<<tableLog; in FSE_initCState()
471 statePtr->stateTable = u16ptr+2; in FSE_initCState()
473 statePtr->stateLog = tableLog; in FSE_initCState()
482 FSE_initCState(statePtr, ct); in FSE_initCState2()
484 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2()
486 statePtr->value = (nbBitsOut << 16) - symbolTT.deltaNbBits; in FSE_initCState2()
487 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
494 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol()
496 BIT_addBits(bitC, statePtr->value, nbBitsOut); in FSE_encodeSymbol()
497 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
[all …]
/dports/devel/upp/upp/uppsrc/plugin/zstd_legacy/lib/
H A Dfse.h465 statePtr->value = (ptrdiff_t)1<<tableLog; in FSE_initCState()
466 statePtr->stateTable = u16ptr+2; in FSE_initCState()
468 statePtr->stateLog = tableLog; in FSE_initCState()
477 FSE_initCState(statePtr, ct); in FSE_initCState2()
479 const U16* stateTable = (const U16*)(statePtr->stateTable); in FSE_initCState2()
481 statePtr->value = (nbBitsOut << 16) - symbolTT.deltaNbBits; in FSE_initCState2()
482 statePtr->value = stateTable[(statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_initCState2()
489 const U16* const stateTable = (const U16*)(statePtr->stateTable); in FSE_encodeSymbol()
491 BIT_addBits(bitC, statePtr->value, nbBitsOut); in FSE_encodeSymbol()
492 statePtr->value = stateTable[ (statePtr->value >> nbBitsOut) + symbolTT.deltaFindState]; in FSE_encodeSymbol()
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/samplers/src/
H A DInformedStateSampler.cpp77 Cost InformedSampler::heuristicSolnCost(const State *statePtr) const in heuristicSolnCost()
86 … return opt_->combineCosts(opt_->motionCostHeuristic(probDefn_->getStartState(0u), statePtr), in heuristicSolnCost()
87 opt_->costToGo(statePtr, probDefn_->getGoal().get())); in heuristicSolnCost()
103 … opt_->costToGo(statePtr, probDefn_->getGoal().get()))); in heuristicSolnCost()
154 void InformedStateSampler::sampleUniform(State *statePtr) in sampleUniform() argument
161 informedSuccess = infSampler_->sampleUniform(statePtr, bestCostFunc_()); in sampleUniform()
166 baseSampler_->sampleUniform(statePtr); in sampleUniform()
171 …void InformedStateSampler::sampleUniformNear(State *statePtr, const State *near, const double dist… in sampleUniformNear() argument
175 return baseSampler_->sampleUniformNear(statePtr, near, distance); in sampleUniformNear()
178 … void InformedStateSampler::sampleGaussian(State *statePtr, const State *mean, const double stdDev) in sampleGaussian() argument
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libtksh/tcl/
H A DtclUnixChan.c1366 ckfree((char *)statePtr);
1455 TcpState *statePtr;
1649 TcpState *statePtr;
1693 TcpState *statePtr;
1760 TcpState *statePtr;
1957 TcpState *statePtr;
2066 statePtr->flags = 0;
2072 return statePtr;
2177 TcpState *statePtr;
2225 TcpState *statePtr;
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/tcl/
H A DtclUnixChan.c1366 ckfree((char *)statePtr);
1455 TcpState *statePtr;
1649 TcpState *statePtr;
1693 TcpState *statePtr;
1760 TcpState *statePtr;
1957 TcpState *statePtr;
2066 statePtr->flags = 0;
2072 return statePtr;
2177 TcpState *statePtr;
2225 TcpState *statePtr;
[all …]

12345678910>>...43