Home
last modified time | relevance | path

Searched refs:web_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/phar/
H A Dstub.h19 …tring* phar_get_stub(const char *index_php, const char *web, const int name_len, const int web_len) in phar_get_stub() argument
30 …ntf(name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s", newstub0, web, newstub1_0, newstub1_1,… in phar_get_stub()
H A Dphar.c2463 size_t index_len, web_len; local
2478 web_len = strlen(web_index);
2488 if (web_len > 400) {
2491 …e passed in for stub creation, was %zd characters long, and only 400 or less is allowed", web_len);
2496 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);

Completed in 15 milliseconds