Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dsha256.c44 sha256_start(context_sha256_T *ctx) in sha256_start()
60 sha256_process(context_sha256_T *ctx, char_u data[64]) in sha256_process()
192 sha256_update(context_sha256_T *ctx, char_u *input, UINT32_T length) in sha256_update()
236 sha256_finish(context_sha256_T *ctx, char_u digest[32]) in sha256_finish()
280 context_sha256_T ctx; in sha256_bytes() local
339 context_sha256_T ctx; in sha256_self_test() local
407 context_sha256_T ctx; in sha2_seed() local
H A Dgui_dwrite.cpp1256 DWriteContext_BindDC(DWriteContext *ctx, HDC hdc, const RECT *rect) in DWriteContext_BindDC()
1263 DWriteContext_SetFont(DWriteContext *ctx, HFONT hFont) in DWriteContext_SetFont()
1271 DWriteContext *ctx, in DWriteContext_DrawText()
1290 DWriteContext_FillRect(DWriteContext *ctx, const RECT *rc, COLORREF color) in DWriteContext_FillRect()
1297 DWriteContext_DrawLine(DWriteContext *ctx, int x1, int y1, int x2, int y2, in DWriteContext_DrawLine()
1305 DWriteContext_SetPixel(DWriteContext *ctx, int x, int y, COLORREF color) in DWriteContext_SetPixel()
1312 DWriteContext_Scroll(DWriteContext *ctx, int x, int y, const RECT *rc) in DWriteContext_Scroll()
1319 DWriteContext_Flush(DWriteContext *ctx) in DWriteContext_Flush()
1326 DWriteContext_Close(DWriteContext *ctx) in DWriteContext_Close()
1333 DWriteContext *ctx, in DWriteContext_SetRenderingParams()
[all …]
H A Dfindfile.c684 vim_findfile_cleanup(void *ctx) in vim_findfile_cleanup()
H A Dundo.c797 context_sha256_T ctx; in u_compute_hash() local
H A Dquickfix.c7443 typval_T *ctx; in qf_setprop_context() local
7681 typval_T *ctx; in mark_quickfix_ctx() local
H A Dex_docmd.c3948 int *ctx) // pointer to xp_context or NULL in skip_range()