Home
last modified time | relevance | path

Searched refs:charsRequired (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c7607 size_t charsRequired = 0; in copyString() local
7611 while (s[charsRequired] != 0) { in copyString()
7612 charsRequired++; in copyString()
7615 charsRequired++; in copyString()
7618 result = memsuite->malloc_fcn(charsRequired * sizeof(XML_Char)); in copyString()
7622 memcpy(result, s, charsRequired * sizeof(XML_Char)); in copyString()
/third_party/python/Modules/expat/
H A Dxmlparse.c7635 size_t charsRequired = 0; in copyString() local
7639 while (s[charsRequired] != 0) { in copyString()
7640 charsRequired++; in copyString()
7643 charsRequired++; in copyString()
7646 result = memsuite->malloc_fcn(charsRequired * sizeof(XML_Char)); in copyString()
7650 memcpy(result, s, charsRequired * sizeof(XML_Char)); in copyString()

Completed in 21 milliseconds