Lines Matching defs:string
46 /* macros used to store 'join' flags in string object pointers. note
186 /* element tag (a string). */
2323 PyObject *data; /* data collector (string or list), or NULL */
2751 the most common case by resizing the existing string... */
3072 makeuniversal(XMLParserObject* self, const char* string)
3075 to a universal name string */
3077 Py_ssize_t size = (Py_ssize_t) strlen(string);
3082 key = PyBytes_FromStringAndSize(string, size);
3101 if (string[i] == '}')
3112 memcpy(p+1, string, size);
3142 * If message is not NULL, it's used as the error string. Otherwise, the
3143 * message string is the default for the given error_code.
4188 "A string identifying what kind of data this element represents"},
4192 "A string of text directly after the start tag, or None"},
4196 "A string of text directly after the end tag, or None"},