Searched refs:p_ctx (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dnt.who.c187 ncb_ctx * p_ctx; local
202 p_ctx = heap_alloc(sizeof(ncb_ctx));
205 Ncb = (NCB*)p_ctx;
224 p_ctx->usr_name[0] = 0;
227 StringCbCopy((char*)p_ctx->usr_name,sizeof(p_ctx->usr_name),p1);
229 p1 = (char*)&(p_ctx->usr_name[0]);
236 p_ctx->mach_name[0] = 0;
240 StringCbCopy((char*)p_ctx->mach_name,sizeof(p_ctx
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/rsa/
H A Drsa_lib.c276 int RSA_blinding_on(RSA *rsa, BN_CTX *p_ctx) argument
282 if (p_ctx == NULL)
287 ctx=p_ctx;
304 if (ctx != p_ctx) BN_CTX_free(ctx);

Completed in 125 milliseconds