Home
last modified time | relevance | path

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

/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c333 int iLength; in xml_elem_entity_escape() local
335 iLength= old_len ? old_len : strlen(buf); in xml_elem_entity_escape()
339 iLength += entity_length(*bufcopy); in xml_elem_entity_escape()
347 NewBuffer= emalloc(iLength+1); in xml_elem_entity_escape()
/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c121239 static const u8 iLength[] = {2, 2, 3, 5, 3, 4, 5, 4};
121247 for(i=0; i<ArraySize(iLength); i++){
121248 if( iLength[i]==n && sqlite3StrNICmp(&zText[iOffset[i]],z,n)==0

Completed in 528 milliseconds