OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pext
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/stdio/
findfp.c
115
struct __sfileext *
pext
;
local
126
pext
= (void *)(p + n);
129
_FILEEXT_SETUP(p,
pext
);
131
pext
++;
/src/crypto/external/apache2/openssl/dist/ssl/
tls_depr.c
173
int ssl_set_tmp_ecdh_groups(uint16_t **
pext
, size_t *pextlen,
189
return tls1_set_groups(
pext
, pextlen,
ssl_local.h
2640
__owur int ssl_set_tmp_ecdh_groups(uint16_t **
pext
, size_t *pextlen,
/src/crypto/external/bsd/openssl/dist/ssl/
tls_depr.c
168
int ssl_set_tmp_ecdh_groups(uint16_t **
pext
, size_t *pextlen,
182
return tls1_set_groups(
pext
, pextlen, &nid, 1);
t1_lib.c
674
int tls1_set_groups(uint16_t **
pext
, size_t *pextlen,
708
OPENSSL_free(*
pext
);
709
*
pext
= glist;
763
int tls1_set_groups_list(SSL_CTX *ctx, uint16_t **
pext
, size_t *pextlen,
778
if (
pext
== NULL) {
790
OPENSSL_free(*
pext
);
791
*
pext
= tmparr;
ssl_local.h
2473
__owur int ssl_set_tmp_ecdh_groups(uint16_t **
pext
, size_t *pextlen,
2657
__owur int tls1_set_groups(uint16_t **
pext
, size_t *pextlen,
2659
__owur int tls1_set_groups_list(SSL_CTX *ctx, uint16_t **
pext
, size_t *pextlen,
/src/sys/netipsec/
xform_ah.c
1044
uint8_t *
pext
= (char *)(tc + 1);
local
1046
m_copydata(m, 0, skip,
pext
);
1053
memcpy(&iplen,
pext
+ ipoffs, sizeof(iplen));
1058
pext
[protoff] = IPPROTO_AH;
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/llvm/
config.py
497
pext
= getattr(self.config, 'llvm_plugin_ext', None)
500
if
pext
:
501
self.config.substitutions.append(('%pluginext',
pext
))
/src/crypto/external/bsd/openssl.old/dist/ssl/
t1_lib.c
338
int tls1_set_groups(uint16_t **
pext
, size_t *pextlen,
370
OPENSSL_free(*
pext
);
371
*
pext
= glist;
412
int tls1_set_groups_list(uint16_t **
pext
, size_t *pextlen, const char *str)
418
if (
pext
== NULL)
420
return tls1_set_groups(
pext
, pextlen, ncb.nid_arr, ncb.nidcnt);
ssl_local.h
2517
__owur int tls1_set_groups(uint16_t **
pext
, size_t *pextlen,
2519
__owur int tls1_set_groups_list(uint16_t **
pext
, size_t *pextlen,
Completed in 33 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026