Searched refs:msgid (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/ext/gettext/ |
| H A D | gettext.c | 39 ZEND_ARG_INFO(0, msgid) 44 ZEND_ARG_INFO(0, msgid) 49 ZEND_ARG_INFO(0, msgid) 185 /* {{{ proto string gettext(string msgid) 186 Return the translation of msgid for the current domain, or msgid unaltered if a translation does not exist */ 189 char *msgid, *msgstr; local 192 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &msgid, &msgid_len) == FAILURE) { 196 PHP_GETTEXT_LENGTH_CHECK("msgid", msgid_len) 197 msgstr = gettext(msgid); 207 char *domain, *msgid, *msgstr; local 227 char *domain, *msgid, *msgstr; local [all...] |
| /PHP_5_3/ext/imap/ |
| H A D | php_imap.c | 4132 add_next_index_long(return_value, cur->msgid); 4866 IMAPG(imap_messages)->msgid = number; 4873 cur->msgid = number;
|
| H A D | php_imap.h | 94 unsigned long msgid; member in struct:_php_imap_message_struct
|
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 2055 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) argument
|
Completed in 14 milliseconds