Displaying 6 results from an estimated 6 matches for "forwardto".
Did you mean:
forward
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting a ')' and adding a '=', the re...
2017 Jun 14
2
Using LLD to create a .lib from a .def
...StringRef ExtName; // E in /export:E=N
SymbolBody *Sym = nullptr;
uint16_t Ordinal = 0;
bool Noname = false;
bool Data = false;
bool Private = false;
// If an export is a form of /export:foo=dllname.bar, that means
// that foo should be exported as an alias to bar in the DLL.
// ForwardTo is set to "dllname.bar" part. Usually empty.
StringRef ForwardTo;
StringChunk *ForwardChunk = nullptr;
// True if this /export option was in .drectves section.
bool Directives = false;
StringRef SymbolName;
StringRef ExportName; // Name in DLL
bool operator==(const Export...
2006 Jul 19
0
data corruption in delivery agent when forwarding
...;
const unsigned char *data;
+ const char *return_path;
size_t size;
int ret;
+ return_path = mail_get_first_header(mail, "Return-Path");
+
input = mail_get_stream(mail, NULL, NULL);
if (input == NULL)
return -1;
- smtp_client = smtp_client_open(forwardto,
- mail_get_first_header(mail, "Return-Path"),
- &f);
+ smtp_client = smtp_client_open(forwardto, return_path, &f);
input = i_stream_create_header_filter(input, HEADER_FILTER_EXCLUDE |
HEADER_FILTER_NO_CR, hide_heade...
2017 Jun 15
2
Using LLD to create a .lib from a .def
...>> uint16_t Ordinal = 0;
>> bool Noname = false;
>> bool Data = false;
>> bool Private = false;
>>
>> // If an export is a form of /export:foo=dllname.bar, that means
>> // that foo should be exported as an alias to bar in the DLL.
>> // ForwardTo is set to "dllname.bar" part. Usually empty.
>> StringRef ForwardTo;
>> StringChunk *ForwardChunk = nullptr;
>>
>> // True if this /export option was in .drectves section.
>> bool Directives = false;
>> StringRef SymbolName;
>> StringR...
2017 Jun 16
2
Using LLD to create a .lib from a .def
...Noname = false;
>>>> bool Data = false;
>>>> bool Private = false;
>>>>
>>>> // If an export is a form of /export:foo=dllname.bar, that means
>>>> // that foo should be exported as an alias to bar in the DLL.
>>>> // ForwardTo is set to "dllname.bar" part. Usually empty.
>>>> StringRef ForwardTo;
>>>> StringChunk *ForwardChunk = nullptr;
>>>>
>>>> // True if this /export option was in .drectves section.
>>>> bool Directives = false;
>>>...
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
...n: Exception encountered during forward
Root cause = [java.lang.IllegalArgumentException: No enum const class com.sun.zfs.common.model.AclInheritProperty$AclInherit.restricted]
at com.iplanet.jato.view.ViewBeanBase.forward(ViewBeanBase.java:380)
at com.iplanet.jato.view.ViewBeanBase.forwardTo(ViewBeanBase.java:261)
at com.iplanet.jato.ApplicationServletBase.dispatchRequest(ApplicationServletBase.java:981)
at com.iplanet.jato.ApplicationServletBase.processRequest(ApplicationServletBase.java:615)
at com.iplanet.jato.ApplicationServletBase.doGet(ApplicationServletBa...