Searched refs:rpath (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ |
| H A D | ltmain.sh | 1165 rpath= 1417 rpath | xrpath) 1426 if test "$prev" = rpath; then 1427 case "$rpath " in 1429 *) rpath="$rpath $arg" ;; 1742 -rpath) 1743 prev=rpath 2557 # Make sure the rpath contains only unique directories. 3135 if test -n "$rpath"; the [all...] |
| /PHP_TRUNK/ext/imap/ |
| H A D | php_imap.c | 435 ZEND_ARG_INFO(0, rpath) 3884 int _php_imap_mail(char *to, char *subject, char *message, char *headers, char *cc, char *bcc, char* rpath TSRMLS_DC) 4004 if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bufferCc, bufferBcc, rpath TSRMLS_CC) != SUCCESS) { 4021 if (rpath && rpath[0]) fprintf(sendmail, "From: %s\n", rpath); 4045 /* {{{ proto bool imap_mail(string to, string subject, string message [, string additional_headers [, string cc [, string bcc [, string rpath]]]]) 4049 char *to=NULL, *message=NULL, *headers=NULL, *subject=NULL, *cc=NULL, *bcc=NULL, *rpath=NULL; local 4053 &headers, &headers_len, &cc, &cc_len, &bcc, &bcc_len, &rpath, &rpath_len) == FAILURE) { 4076 if (_php_imap_mail(to, subject, message, headers, cc, bcc, rpath TSRMLS_C [all...] |
Completed in 12 milliseconds