Searched refs:ptmp (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_info.c142 char *objtmp, *ptmp;
154 ptmp = strchr(cnf->name, ';');
155 if(!ptmp) {
159 objlen = ptmp - cnf->name;
160 ctmp.name = ptmp + 1;
H A Dv3_purp.c175 X509_PURPOSE *ptmp; local
184 if(!(ptmp = OPENSSL_malloc(sizeof(X509_PURPOSE)))) {
188 ptmp->flags = X509_PURPOSE_DYNAMIC;
189 } else ptmp = X509_PURPOSE_get0(idx);
192 if(ptmp->flags & X509_PURPOSE_DYNAMIC_NAME) {
193 OPENSSL_free(ptmp->name);
194 OPENSSL_free(ptmp->sname);
197 ptmp->name = BUF_strdup(name);
198 ptmp->sname = BUF_strdup(sname);
199 if(!ptmp
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/aes/
H A Daes_wrap.c148 unsigned char *otmp = NULL, *ptmp = NULL; local
152 ptmp = OPENSSL_malloc(keylen);
153 if (!otmp || !ptmp)
166 r = AES_unwrap_key(&wctx, iv, ptmp, otmp, r);
168 if (memcmp(key, ptmp, keylen))
176 if (ptmp)
177 OPENSSL_free(ptmp);
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dverify.c225 X509_PURPOSE *ptmp; local
226 ptmp = X509_PURPOSE_get0(i);
227 BIO_printf(bio_err, "\t%-10s\t%s\n", X509_PURPOSE_get0_sname(ptmp),
228 X509_PURPOSE_get0_name(ptmp));
H A Dx509.c765 X509_PURPOSE *ptmp; local
770 ptmp = X509_PURPOSE_get0(j);
771 purpose_print(STDout, x, ptmp);
/macosx-10.10/OpenSSL098-52/src/crypto/x509/
H A Dx509_vpm.c388 X509_VERIFY_PARAM *ptmp; local
400 ptmp = sk_X509_VERIFY_PARAM_value(param_table, idx);
401 X509_VERIFY_PARAM_free(ptmp);
H A Dx509_vfy.c1291 X509_PURPOSE *ptmp; local
1299 ptmp = X509_PURPOSE_get0(idx);
1300 if (ptmp->trust == X509_TRUST_DEFAULT)
1309 ptmp = X509_PURPOSE_get0(idx);
1312 if (!trust) trust = ptmp->trust;
/macosx-10.10/BerkeleyDB-21/db/lock/
H A Dlock_stat.c71 DB_LOCK_PSTAT ptmp; local
144 ptmp = lt->part_array[i].part_stat;
148 ptmp.st_nlocks;
150 ptmp.st_nlocks;
152 ptmp.st_nobjects;
154 ptmp.st_nobjects;
/macosx-10.10/apache-793/httpd/modules/aaa/
H A Dmod_authn_socache.c70 static int authn_cache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp) argument
86 apr_pool_t *ptmp, server_rec *s)
85 authn_cache_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp, server_rec *s) argument
/macosx-10.10/ruby-106/ruby/
H A Ddir.c191 const char *ptmp = 0; local
214 ptmp = p;
261 if (ptmp && stmp) {
262 p = ptmp;
284 const char *ptmp = 0; local
291 ptmp = p;
305 if (ptmp && stmp && !(period && *stmp == '.')) {
308 p = ptmp;
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dpmap.c456 boolean_t ptmp; local
463 if (PE_parse_boot_argn("-pmap_disable_kheap_nx", &ptmp, sizeof(ptmp))) {
468 if (PE_parse_boot_argn("-pmap_disable_kstack_nx", &ptmp, sizeof(ptmp))) {
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_socache.c1377 static int socache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp) argument
1390 apr_pool_t *ptmp, server_rec *base_server)
1421 &conf->provider->socache_instance, conf->provider->args, ptmp,
1389 socache_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp, server_rec *base_server) argument
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c907 addx(char **ptmp) argument
922 *ptmp = zlemetaline;
924 memcpy(zlemetaline, *ptmp, zlemetacs);
928 strcpy(zlemetaline + zlemetacs + 1 + addspace, (*ptmp) + zlemetacs);
932 *ptmp = NULL;

Completed in 227 milliseconds