Lines Matching refs:domain_len
142 if (domain_len > PHP_GETTEXT_MAX_DOMAIN_LENGTH) { \
165 int domain_len; in PHP_NAMED_FUNCTION() local
167 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &domain, &domain_len) == FAILURE) { in PHP_NAMED_FUNCTION()
208 int domain_len, msgid_len; in PHP_NAMED_FUNCTION() local
210 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &domain, &domain_len, &msgid, &msgid_le… in PHP_NAMED_FUNCTION()
228 int domain_len, msgid_len; in PHP_NAMED_FUNCTION() local
231 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ssl", &domain, &domain_len, &msgid, &msgid_l… in PHP_NAMED_FUNCTION()
249 int domain_len, dir_len; in PHP_NAMED_FUNCTION() local
252 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &domain, &domain_len, &dir, &dir_len) =… in PHP_NAMED_FUNCTION()
307 int domain_len, msgid1_len, msgid2_len; in PHP_NAMED_FUNCTION() local
310 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sssl", &domain, &domain_len, in PHP_NAMED_FUNCTION()
333 int domain_len, msgid1_len, msgid2_len; in PHP_NAMED_FUNCTION() local
338 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "sssll", &domain, &domain_len, in PHP_NAMED_FUNCTION()
363 int domain_len, codeset_len; in PHP_NAMED_FUNCTION() local
365 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss", &domain, &domain_len, &codeset, &codese… in PHP_NAMED_FUNCTION()