Home
last modified time | relevance | path

Searched refs:dest_prop (Results 1 – 15 of 15) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dscache_single.c70 VSTRING *dest_prop; /* binding properties, serialized */ member
184 VSTRING_RESET(sp->dest.dest_prop); in scache_single_free_dest()
185 VSTRING_TERMINATE(sp->dest.dest_prop); in scache_single_free_dest()
203 const char *dest_prop, in scache_single_save_dest() argument
219 && strcmp(STR(sp->dest.dest_prop), dest_prop) == 0 in scache_single_save_dest()
224 vstring_strcpy(sp->dest.dest_prop, dest_prop); in scache_single_save_dest()
237 VSTRING *dest_prop, VSTRING *endp_prop) in scache_single_find_dest() argument
252 vstring_strcpy(dest_prop, STR(sp->dest.dest_prop)); in scache_single_find_dest()
284 vstring_free(sp->dest.dest_prop); in scache_single_free()
308 sp->dest.dest_prop = vstring_alloc(10); in scache_single_create()
H A Dscache_multi.c103 char *dest_prop; /* binding properties */ member
298 myname, dest->dest_prop, dest->endp_label); in scache_multi_drop_dest()
318 myfree(dest->dest_prop); in scache_multi_drop_dest()
356 const char *dest_prop, in scache_multi_save_dest() argument
388 && strcmp(dest->dest_prop, dest_prop) == 0) { in scache_multi_save_dest()
397 dest->dest_prop = mystrdup(dest_prop); in scache_multi_save_dest()
408 myname, dest_label, dest_prop, endp_label, in scache_multi_save_dest()
415 VSTRING *dest_prop, in scache_multi_find_dest() argument
443 vstring_strcpy(dest_prop, dest->dest_prop); in scache_multi_find_dest()
H A Dscache.h120 #define scache_save_dest(scache, ttl, dest_label, dest_prop, endp_label) \ argument
121 (scache)->save_dest((scache), (ttl), (dest_label), (dest_prop), (endp_label))
122 #define scache_find_dest(scache, dest_label, dest_prop, endp_prop) \ argument
123 (scache)->find_dest((scache), (dest_label), (dest_prop), (endp_prop))
H A Dscache_clnt.c252 const char *dest_prop, in scache_clnt_save_dest() argument
263 myname, dest_label, dest_prop, endp_label); in scache_clnt_save_dest()
283 SEND_ATTR_STR(MAIL_ATTR_PROP, dest_prop), in scache_clnt_save_dest()
316 VSTRING *dest_prop, in scache_clnt_find_dest() argument
341 RECV_ATTR_STR(MAIL_ATTR_PROP, dest_prop), in scache_clnt_find_dest()
375 myname, dest_label, STR(dest_prop), STR(endp_prop), fd); in scache_clnt_find_dest()
H A Dscache.c177 static VSTRING *dest_prop; variable
293 if ((fd = scache_find_dest(scache, argv->argv[1], dest_prop, endp_prop)) >= 0) in find_dest()
377 dest_prop = vstring_alloc(1); in main()
402 vstring_free(dest_prop); in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc104 Property dest_prop(ConvertToU16String(source_prop.name), in GetHeapObject() local
109 dest_prop.type = PropertyType::kArray; in GetHeapObject()
110 dest_prop.length = source_prop.num_values; in GetHeapObject()
112 if (dest_prop.type_name.empty() || source_prop.num_struct_fields > 0) { in GetHeapObject()
116 dest_prop.type = in GetHeapObject()
117 static_cast<PropertyType>(static_cast<int>(dest_prop.type) | in GetHeapObject()
122 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetHeapObject()
129 obj.properties.push_back(dest_prop); in GetHeapObject()
138 Property dest_prop( in GetHeapObject() local
143 obj.properties.push_back(dest_prop); in GetHeapObject()
/dports/lang/v8/v8-9.6.180.12/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc90 Property dest_prop(ConvertToU16String(source_prop.name), in GetPropertiesAsVector() local
95 dest_prop.type = PropertyType::kArray; in GetPropertiesAsVector()
96 dest_prop.length = source_prop.num_values; in GetPropertiesAsVector()
98 if (dest_prop.type_name.empty() || source_prop.num_struct_fields > 0) { in GetPropertiesAsVector()
102 dest_prop.type = in GetPropertiesAsVector()
103 static_cast<PropertyType>(static_cast<int>(dest_prop.type) | in GetPropertiesAsVector()
108 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetPropertiesAsVector()
115 result.push_back(dest_prop); in GetPropertiesAsVector()
146 Property dest_prop( in GetHeapObject() local
151 obj.properties.push_back(dest_prop); in GetHeapObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dv8-debug-helper-interop.cc90 Property dest_prop(ConvertToU16String(source_prop.name), in GetPropertiesAsVector() local
95 dest_prop.type = PropertyType::kArray; in GetPropertiesAsVector()
96 dest_prop.length = source_prop.num_values; in GetPropertiesAsVector()
98 if (dest_prop.type_name.empty() || source_prop.num_struct_fields > 0) { in GetPropertiesAsVector()
102 dest_prop.type = in GetPropertiesAsVector()
103 static_cast<PropertyType>(static_cast<int>(dest_prop.type) | in GetPropertiesAsVector()
108 dest_prop.fields.push_back({ConvertToU16String(struct_field.name), in GetPropertiesAsVector()
115 result.push_back(dest_prop); in GetPropertiesAsVector()
146 Property dest_prop( in GetHeapObject() local
151 obj.properties.push_back(dest_prop); in GetHeapObject()
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtp/
H A Dsmtp_reuse.c142 fd = smtp_session_passivate(session, state->dest_prop, state->endp_prop); in smtp_save_session()
156 STR(state->dest_label), STR(state->dest_prop), in smtp_save_session()
178 session = smtp_session_activate(fd, state->iterator, state->dest_prop, in smtp_reuse_common()
223 state->dest_prop, state->endp_prop)) < 0) in smtp_reuse_nexthop()
259 VSTRING_RESET(state->dest_prop); in smtp_reuse_addr()
260 VSTRING_TERMINATE(state->dest_prop); in smtp_reuse_addr()
H A Dsmtp_state.c78 state->dest_prop = vstring_alloc(10); in smtp_state_alloc()
84 state->dest_prop = 0; in smtp_state_alloc()
109 if (state->dest_prop) in smtp_state_free()
110 vstring_free(state->dest_prop); in smtp_state_free()
H A Dsmtp_session.c239 int smtp_session_passivate(SMTP_SESSION *session, VSTRING *dest_prop, in smtp_session_passivate() argument
257 if ((mp = vstream_memopen(dest_prop, O_WRONLY)) == 0 in smtp_session_passivate()
325 VSTRING *dest_prop, in smtp_session_activate() argument
395 if (dest_prop && VSTRING_LEN(dest_prop)) { in smtp_session_activate()
396 if ((mp = vstream_memopen(dest_prop, O_RDONLY)) == 0 in smtp_session_activate()
H A Dsmtp.h171 VSTRING *dest_prop; /* binding properties, passivated */ member
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/mir/
H A Dissue-76375.rs21 issue_76375_aux::dest_prop(&b); in u()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/mir/auxiliary/
H A Dissue_76375_aux.rs17 pub fn dest_prop(x: &[u8]) -> &[u8] { in dest_prop() function
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_mir_transform/src/
H A Dlib.rs49 mod dest_prop; module
523 &dest_prop::DestinationPropagation, in run_optimization_passes()