Searched defs:_ctx (Results 1 - 7 of 7) sorted by relevance

/external/lldb/include/lldb/Symbol/
H A DClangASTImporter.h211 DeclOrigin (clang::ASTContext *_ctx, argument
213 ctx(_ctx),
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.cpp40 _mesa_glsl_parse_state::_mesa_glsl_parse_state(struct gl_context *_ctx, argument
42 : ctx(_ctx)
/external/openssh/
H A Dhostfile.c238 record_hostkey(struct hostkey_foreach_line *l, void *_ctx) argument
240 struct load_callback_ctx *ctx = (struct load_callback_ctx *)_ctx;
475 host_delete(struct hostkey_foreach_line *l, void *_ctx) argument
477 struct host_delete_ctx *ctx = (struct host_delete_ctx *)_ctx;
H A Dclientloop.c2137 hostkeys_find(struct hostkey_foreach_line *l, void *_ctx) argument
2139 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx;
2240 client_global_hostkeys_private_confirm(int type, u_int32_t seq, void *_ctx) argument
2243 struct hostkeys_update_ctx *ctx = (struct hostkeys_update_ctx *)_ctx;
H A Dssh-keygen.c1050 known_hosts_hash(struct hostkey_foreach_line *l, void *_ctx) argument
1052 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx;
1100 known_hosts_find_delete(struct hostkey_foreach_line *l, void *_ctx) argument
1102 struct known_hosts_ctx *ctx = (struct known_hosts_ctx *)_ctx;
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2731 static int osu_cert_cb(void *_ctx, struct http_cert *cert) argument
2733 struct hs20_osu_client *ctx = _ctx;
/external/clang/test/Analysis/
H A Dmalloc.c1079 static int releasePtr(void *_ctx) { argument
1080 free(_ctx);
1100 static int readNothing(void *_ctx, char *buf, int size) { argument

Completed in 597 milliseconds