Home
last modified time | relevance | path

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

/PHP-7.0/ext/phar/
H A Dstub.h21 …tring* phar_get_stub(const char *index_php, const char *web, const int name_len, const int web_len) in phar_get_stub() argument
33 …tf(name_len + web_len + newstub_len, "%s%s%s%s%s%s%d%s%s%s", newstub0, web, newstub1_0, newstub1_1… in phar_get_stub()
H A Dphar.c2465 int index_len, web_len; local
2480 web_len = strlen(web_index);
2490 if (web_len > 400) {
2493 …me passed in for stub creation, was %d characters long, and only 400 or less is allowed", web_len);
2498 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);

Completed in 16 milliseconds