Lines Matching refs:domain_len
53 #define PHP_GETTEXT_DOMAIN_LENGTH_CHECK(_arg_num, domain_len) \ argument
54 if (UNEXPECTED(domain_len > PHP_GETTEXT_MAX_DOMAIN_LENGTH)) { \
168 size_t domain_len; in PHP_FUNCTION() local
172 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sS!", &domain, &domain_len, &dir) == FAILURE) { in PHP_FUNCTION()
176 PHP_GETTEXT_DOMAIN_LENGTH_CHECK(1, domain_len) in PHP_FUNCTION()
229 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local
232 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssl", &domain, &domain_len, in PHP_FUNCTION()
237 PHP_GETTEXT_DOMAIN_LENGTH_CHECK(1, domain_len) in PHP_FUNCTION()
254 size_t domain_len, msgid1_len, msgid2_len; in PHP_FUNCTION() local
259 if (zend_parse_parameters(ZEND_NUM_ARGS(), "sssll", &domain, &domain_len, in PHP_FUNCTION()
264 PHP_GETTEXT_DOMAIN_LENGTH_CHECK(1, domain_len) in PHP_FUNCTION()
285 size_t domain_len, codeset_len; in PHP_FUNCTION() local
287 …if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss!", &domain, &domain_len, &codeset, &codeset_len) ==… in PHP_FUNCTION()
291 PHP_GETTEXT_DOMAIN_LENGTH_CHECK(1, domain_len) in PHP_FUNCTION()