Home
last modified time | relevance | path

Searched defs:pState (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
Dtinyexr.h2239 inflate_state *pState; in mz_inflate() local
4994 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_reader_sort_central_dir_offsets_by_filename() local
5391 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_reader_locate_file_binary_search() local
5894 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_reader_end() local
5979 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_heap_write_func() local
6065 mz_zip_internal_state *pState; in mz_zip_writer_init_from_reader() local
6130 mz_zip_writer_add_state *pState = (mz_zip_writer_add_state *)pUser; in mz_zip_writer_add_put_buf_callback() local
6193 mz_zip_internal_state *pState = pZip->m_pState; in mz_zip_writer_add_to_central_dir() local
6279 mz_zip_internal_state *pState; in mz_zip_writer_add_mem_ex() local
6643 mz_zip_internal_state *pState; in mz_zip_writer_add_from_zip_reader() local
[all …]
/third_party/openmax/api/1.1.2/
DOMX_Core.h960 pState) \ argument
/third_party/sqlite/src/
Dshell.c18146 ShellState *pState, in expertHandleSQL()
18166 ShellState *pState, in expertFinish()
18211 ShellState *pState, /* Current shell tool state */ in expertDotCommand()
20657 ShellState *pState, /* Current shell tool state */ in lintFkeyIndexes()
20833 ShellState *pState, /* Current shell tool state */ in lintDotCommand()
21583 ShellState *pState, /* Current shell tool state */ in arDotCommand()
21700 ShellState *pState = (ShellState*)pCtx; in recoverSqlCb() local
21710 static int recoverDatabaseCmd(ShellState *pState, int nArg, char **azArg){ in recoverDatabaseCmd()