Searched refs:bundlename_len (Results 1 – 1 of 1) sorted by relevance
79 size_t bundlename_len = 0; in resourcebundle_ctor() local91 &locale, &locale_len, &bundlename, &bundlename_len, &fallback ) == FAILURE ) in resourcebundle_ctor()104 if (bundlename_len >= MAXPATHLEN) { in resourcebundle_ctor()326 size_t bundlename_len = 0; in ZEND_END_ARG_INFO() local334 if( zend_parse_parameters(ZEND_NUM_ARGS(), "s", &bundlename, &bundlename_len ) == FAILURE ) in ZEND_END_ARG_INFO()341 if (bundlename_len >= MAXPATHLEN) { in ZEND_END_ARG_INFO()346 if(bundlename_len == 0) { in ZEND_END_ARG_INFO()
Completed in 5 milliseconds