Searched refs:iLength (Results 1 – 2 of 2) sorted by relevance
333 int iLength; in xml_elem_entity_escape() local335 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()
121239 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 435 milliseconds