Home
last modified time | relevance | path

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

/PHP-7.2/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
32 …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.c2449 int index_len, web_len; local
2464 web_len = strlen(web_index);
2474 if (web_len > 400) {
2477 …me passed in for stub creation, was %d characters long, and only 400 or less is allowed", web_len);
2482 return phar_get_stub(index_php, web_index, index_len+1, web_len+1);

Completed in 15 milliseconds