Home
last modified time | relevance | path

Searched refs:pState (Results 1 - 10 of 10) sorted by relevance

/third_party/backends/backend/
H A Ddell1600n_net.c212 struct ScannerState *pState);
215 static int ProcessTcpResponse (struct ScannerState *pState,
219 static int ProcessPageData (struct ScannerState *pState);
1345 struct ScannerState *pState) in ProcessUdpResponse()
1397 if (!(pState->m_tcpFd = socket (PF_INET, SOCK_STREAM, IPPROTO_TCP))) in ProcessUdpResponse()
1402 if (connect (pState->m_tcpFd, in ProcessUdpResponse()
1403 (struct sockaddr *) &pState->m_sockAddr, in ProcessUdpResponse()
1404 sizeof (pState->m_sockAddr))) in ProcessUdpResponse()
1420 nread = read (pState->m_tcpFd, sockBuf, sizeof (sockBuf)); in ProcessUdpResponse()
1441 if (ProcessTcpResponse (pState, in ProcessUdpResponse()
1344 ProcessUdpResponse(unsigned char *pData, size_t size, struct ScannerState *pState) ProcessUdpResponse() argument
1476 ProcessTcpResponse(struct ScannerState *pState, struct ComBuf *pTcpBuf) ProcessTcpResponse() argument
1789 ProcessPageData(struct ScannerState *pState) ProcessPageData() argument
2019 struct JpegDataDecompState *pState = (struct JpegDataDecompState *) cinfo; JpegDecompFillInputBuffer() local
[all...]
H A Du12-hw.c357 u_short *pState = (u_short*)dev->scanStates; local
360 pState[i] = 0x89ac;
364 u_long *pState = (u_long*)dev->scanStates; local
367 pState[i] = 0x888889ac;
479 SANE_Byte *pState; local
630 for( channel = _NUMBER_OF_SCANSTEPS, pState = dev->bufs.b1.pReadBuf;
632 *pState = state;
633 pState += dev->scan.dwInterval;
635 for( channel = 0, pState = dev->bufs.b1.pReadBuf;
637 dev->scanStates[channel] = pState[
[all...]
H A Dplustek-pp_p12.c210 pUChar pState = ps->Bufs.b1.pReadBuf; in p12SetupScanningCondition() local
370 *pState = bState; in p12SetupScanningCondition()
372 pState[ ps->Scan.dwInterlace] = _SS_STEP; in p12SetupScanningCondition()
373 pState += ps->Scan.dwInterval; in p12SetupScanningCondition()
375 for( channel = 0, pState = ps->Bufs.b1.pReadBuf; in p12SetupScanningCondition()
377 ps->a_nbNewAdrPointer[channel] = pState [0] | (pState [1] << 4); in p12SetupScanningCondition()
378 pState += 2; in p12SetupScanningCondition()
/third_party/astc-encoder/Source/
H A Dtinyexr.h2239 inflate_state *pState; in mz_inflate() local
2249 pState = (inflate_state *)pStream->state; in mz_inflate()
2250 if (pState->m_window_bits > 0) decomp_flags |= TINFL_FLAG_PARSE_ZLIB_HEADER; in mz_inflate()
2253 first_call = pState->m_first_call; in mz_inflate()
2254 pState->m_first_call = 0; in mz_inflate()
2255 if (pState->m_last_status < 0) return MZ_DATA_ERROR; in mz_inflate()
2257 if (pState->m_has_flushed && (flush != MZ_FINISH)) return MZ_STREAM_ERROR; in mz_inflate()
2258 pState->m_has_flushed |= (flush == MZ_FINISH); in mz_inflate()
2266 status = tinfl_decompress(&pState->m_decomp, pStream->next_in, &in_bytes, in mz_inflate()
2269 pState in mz_inflate()
4994 mz_zip_internal_state *pState = pZip->m_pState; mz_zip_reader_sort_central_dir_offsets_by_filename() local
5391 mz_zip_internal_state *pState = pZip->m_pState; mz_zip_reader_locate_file_binary_search() local
5894 mz_zip_internal_state *pState = pZip->m_pState; mz_zip_reader_end() local
5979 mz_zip_internal_state *pState = pZip->m_pState; mz_zip_heap_write_func() local
6065 mz_zip_internal_state *pState; mz_zip_writer_init_from_reader() local
6130 mz_zip_writer_add_state *pState = (mz_zip_writer_add_state *)pUser; mz_zip_writer_add_put_buf_callback() local
6193 mz_zip_internal_state *pState = pZip->m_pState; mz_zip_writer_add_to_central_dir() local
6279 mz_zip_internal_state *pState; mz_zip_writer_add_mem_ex() local
6643 mz_zip_internal_state *pState; mz_zip_writer_add_from_zip_reader() local
6780 mz_zip_internal_state *pState; mz_zip_writer_finalize_archive() local
6846 mz_zip_internal_state *pState; mz_zip_writer_end() local
[all...]
/third_party/openmax/api/1.1.2/
H A DOMX_Core.h943 pointed to by pState.
950 @param [out] pState
960 pState) \
963 pState) /* Macro End */
H A DOMX_Component.h403 OMX_OUT OMX_STATETYPE* pState);
/third_party/openSLES/api/1.1/
H A DOpenSLES.h457 SLuint32 * pState
1063 SLuint32 *pState
1294 SLuint32 *pState
1538 SLBufferQueueState *pState
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h412 SLuint32 * pState
944 SLuint32 *pState
1167 SLuint32 *pState
1397 SLBufferQueueState *pState
/third_party/openSLES/api/1.0/
H A DOpenSLES.h411 SLuint32 * pState
941 SLuint32 *pState
1161 SLuint32 *pState
1391 SLBufferQueueState *pState
/third_party/sqlite/src/
H A Dshell.c18146 ShellState *pState, in expertHandleSQL()
18150 assert( pState->expert.pExpert ); in expertHandleSQL()
18152 return sqlite3_expert_sql(pState->expert.pExpert, zSql, pzErr); in expertHandleSQL()
18166 ShellState *pState, in expertFinish()
18171 sqlite3expert *p = pState->expert.pExpert; in expertFinish()
18175 FILE *out = pState->out; in expertFinish()
18176 int bVerbose = pState->expert.bVerbose; in expertFinish()
18203 pState->expert.pExpert = 0; in expertFinish()
18211 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
18220 assert( pState in expertDotCommand()
18145 expertHandleSQL( ShellState *pState, const char *zSql, char **pzErr ) expertHandleSQL() argument
18165 expertFinish( ShellState *pState, int bCancel, char **pzErr ) expertFinish() argument
18210 expertDotCommand( ShellState *pState, char **azArg, int nArg ) expertDotCommand() argument
20656 lintFkeyIndexes( ShellState *pState, char **azArg, int nArg ) lintFkeyIndexes() argument
20832 lintDotCommand( ShellState *pState, char **azArg, int nArg ) lintDotCommand() argument
21582 arDotCommand( ShellState *pState, int fromCmdLine, char **azArg, int nArg ) arDotCommand() argument
21700 ShellState *pState = (ShellState*)pCtx; recoverSqlCb() local
21710 recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg) recoverDatabaseCmd() argument
[all...]

Completed in 57 milliseconds