OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_memory
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/mDNSShared/dns_objects/objs/
dns_obj_rr_soa.h
52
* @param
allocate_memory
65
bool
allocate_memory
, dns_obj_error_t * NULLABLE out_error);
dns_obj_rr.c
46
const uint8_t * const rdata, const uint16_t rdata_len, const bool
allocate_memory
, dns_obj_error_t * const out_error)
55
dns_obj_rr_init_fields(obj, name, type, class, rdata, rdata_len,
allocate_memory
, NULL, &err);
374
const uint16_t class, const uint8_t * const rdata, const uint16_t rdata_len, const bool
allocate_memory
,
381
name_obj = dns_obj_domain_name_create_with_labels(name,
allocate_memory
, &err);
384
me->allocated_memory =
allocate_memory
;
dns_obj_rr.h
82
* @param
allocate_memory
95
uint16_t rdata_len, bool
allocate_memory
, dns_obj_error_t * NULLABLE out_error);
118
* The domain name labels. If <code>
allocate_memory
</code> is set to false, the pointer returned will be the same as the one when creating this resource
171
* The pointer to the rdata. If <code>
allocate_memory
</code> is set to false, the pointer returned will be the same as the one when creating this resource
dns_obj_rr_nsec3.h
54
* @param
allocate_memory
67
bool
allocate_memory
, dns_obj_error_t * NULLABLE out_error);
dns_obj_domain_name.c
52
_dns_obj_domain_name_init_fields(dns_obj_domain_name_t domain_name, const uint8_t *labels, bool
allocate_memory
);
61
dns_obj_domain_name_create_with_labels(const uint8_t * const labels, const bool
allocate_memory
,
71
err = _dns_obj_domain_name_init_fields(obj, labels,
allocate_memory
);
482
bool
allocate_memory
)
488
if (!
allocate_memory
&& !domain_name_labels_contains_upper_case(labels)) {
dns_obj_domain_name.h
47
* @param
allocate_memory
58
dns_obj_domain_name_create_with_labels(const uint8_t * NONNULL labels, const bool
allocate_memory
,
164
* The domain name labels passed in when the domain name object is created. If <code>
allocate_memory
</code> is false, the exact same pointer passed in
dns_obj_rr_nsec3.c
63
const bool
allocate_memory
, dns_obj_error_t * const out_error)
79
kDNSClassType_IN, rdata, rdata_len,
allocate_memory
, _dns_obj_rr_nsec3_kind.copy_rdata_rfc_description_method, &err);
/src/lib/libcrypt/
namespace.h
66
#define
allocate_memory
__libcrypt_internal_allocate_memory
macro
/src/external/apache2/argon2/dist/phc-winner-argon2/src/
core.h
112
int
allocate_memory
(const argon2_context *context, uint8_t **memory,
core.c
89
int
allocate_memory
(const argon2_context *context, uint8_t **memory,
function
625
result =
allocate_memory
(context, (uint8_t **)&(instance->memory),
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
argon2-core.c
70
static int
allocate_memory
(block_region **memory, uint32_t m_cost);
73
allocate_memory
(block_region **region, uint32_t m_cost)
function
491
result =
allocate_memory
(&(instance->region), instance->memory_blocks);
/src/external/gpl3/gdb/dist/gdb/
amd-dbgapi-target.c
2199
.
allocate_memory
= malloc,
/src/external/gpl3/gdb.old/dist/gdb/
amd-dbgapi-target.c
2139
.
allocate_memory
= malloc,
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026