OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:update_instance
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c
1304
/*
update_instance
- update existing instance, return export flags */
1306
static int
update_instance
(INSTANCE *target, NAME_ASSIGNMENT *assignment)
function
1388
export_flags |=
update_instance
(target, assignment);
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c
3045
adv_instance_t *
update_instance
= update->update_instances->vec[i];
local
3046
if (
update_instance
!= NULL && !
update_instance
->removed) {
3056
if (
update_instance
->port == host_instance->port &&
3057
update_instance
->txt_length != 0 &&
3058
memcmp(
update_instance
->txt_data, host_instance->txt_data,
update_instance
->txt_length))
3062
if (update_instance_tsr(host_instance,
update_instance
)) {
3065
update_instance
= NULL;
Completed in 44 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026