Lines Matching defs:strings
3549 /* NOTE: the array should be freed, but the strings
3550 with the python strings and so must not be freed. */
3552 xmlChar ** strings;
3567 "must be a tuple or list of strings.");
3575 strings = (xmlChar **) xmlMalloc(sizeof(xmlChar *) * count);
3577 if (strings == NULL) {
3582 memset(strings, 0 , sizeof(xmlChar *) * count);
3592 strings[init_index++] = (xmlChar *)s;
3594 xmlFree(strings);
3596 "must be a tuple or list of strings.");
3602 *result = strings;