• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/

Lines Matching +defs:table +defs:string

18 #include <string.h>
230 if (no == 0) return((const void *) "immutable string");
641 if (no == 0) return(xmlXPathNewString(BAD_CAST "string object"));
1599 xmlChar * cur; /* a pointer to a zero terminated string */
2325 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2473 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2503 xmlChar * cur; /* a pointer to a zero terminated string */
2670 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2725 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
2834 char * encoding; /* the encoding string */
2887 char * encoding; /* the encoding string */
3388 char * encoding; /* the encoding string */
3448 char * encoding; /* the encoding string */
3642 xmlChar * encoding; /* the encoding string */
3909 xmlChar * ch; /* a xmlChar string */
4549 xmlChar * ch; /* a xmlChar string */
5736 xmlChar * pubID; /* the public ID string */
5738 xmlChar * sysID; /* the system ID string */
5784 xmlChar * pubID; /* the public ID string */
5825 xmlChar * sysID; /* the system ID string */
6084 xmlChar * pubID; /* the public ID string */
6086 xmlChar * sysID; /* the system ID string */
6195 xmlChar * pubID; /* the public ID string */
6197 xmlChar * sysID; /* the system ID string */
6227 xmlChar * pubID; /* the public ID string */
6261 xmlChar * sysID; /* the system ID string */
7389 xmlChar * str; /* the string */
8308 xmlChar * str; /* the string */
9297 xmlEntitiesTablePtr table; /* An entity table */
9304 table = gen_xmlEntitiesTablePtr(n_table, 1);
9306 xmlDumpEntitiesTable(buf, table);
9309 des_xmlEntitiesTablePtr(n_table, table, 1);
9343 xmlEntityPtr ent; /* An entity table */
9380 xmlDocPtr doc; /* the document containing the string */
9382 xmlChar * input; /* A string to convert to XML. */
9419 xmlDocPtr doc; /* the document containing the string */
9421 xmlChar * input; /* A string to convert to XML. */
9726 xmlHashTablePtr table; /* the hash table */
9737 table = gen_xmlHashTablePtr(n_table, 0);
9741 ret_val = xmlHashAddEntry(table, (const xmlChar *)name, userdata);
9744 des_xmlHashTablePtr(n_table, table, 0);
9772 xmlHashTablePtr table; /* the hash table */
9786 table = gen_xmlHashTablePtr(n_table, 0);
9791 ret_val = xmlHashAddEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata);
9794 des_xmlHashTablePtr(n_table, table, 0);
9825 xmlHashTablePtr table; /* the hash table */
9842 table = gen_xmlHashTablePtr(n_table, 0);
9848 ret_val = xmlHashAddEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata);
9851 des_xmlHashTablePtr(n_table, table, 0);
9915 xmlHashTablePtr table; /* the hash table */
9923 table = gen_xmlHashTablePtr(n_table, 0);
9926 ret_val = xmlHashLookup(table, (const xmlChar *)name);
9929 des_xmlHashTablePtr(n_table, table, 0);
9954 xmlHashTablePtr table; /* the hash table */
9965 table = gen_xmlHashTablePtr(n_table, 0);
9969 ret_val = xmlHashLookup2(table, (const xmlChar *)name, (const xmlChar *)name2);
9972 des_xmlHashTablePtr(n_table, table, 0);
10000 xmlHashTablePtr table; /* the hash table */
10014 table = gen_xmlHashTablePtr(n_table, 0);
10019 ret_val = xmlHashLookup3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3);
10022 des_xmlHashTablePtr(n_table, table, 0);
10053 xmlHashTablePtr table; /* the hash table */
10064 table = gen_xmlHashTablePtr(n_table, 0);
10068 ret_val = xmlHashQLookup(table, (const xmlChar *)prefix, (const xmlChar *)name);
10071 des_xmlHashTablePtr(n_table, table, 0);
10099 xmlHashTablePtr table; /* the hash table */
10116 table = gen_xmlHashTablePtr(n_table, 0);
10122 ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2);
10125 des_xmlHashTablePtr(n_table, table, 0);
10159 xmlHashTablePtr table; /* the hash table */
10182 table = gen_xmlHashTablePtr(n_table, 0);
10190 ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3);
10193 des_xmlHashTablePtr(n_table, table, 0);
10233 xmlHashTablePtr table; /* the hash table */
10244 table = gen_xmlHashTablePtr(n_table, 0);
10248 ret_val = xmlHashRemoveEntry(table, (const xmlChar *)name, f);
10251 des_xmlHashTablePtr(n_table, table, 0);
10279 xmlHashTablePtr table; /* the hash table */
10293 table = gen_xmlHashTablePtr(n_table, 0);
10298 ret_val = xmlHashRemoveEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, f);
10301 des_xmlHashTablePtr(n_table, table, 0);
10332 xmlHashTablePtr table; /* the hash table */
10349 table = gen_xmlHashTablePtr(n_table, 0);
10355 ret_val = xmlHashRemoveEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, f);
10358 des_xmlHashTablePtr(n_table, table, 0);
10432 xmlHashTablePtr table; /* the hash table */
10437 table = gen_xmlHashTablePtr(n_table, 0);
10439 ret_val = xmlHashSize(table);
10442 des_xmlHashTablePtr(n_table, table, 0);
10464 xmlHashTablePtr table; /* the hash table */
10478 table = gen_xmlHashTablePtr(n_table, 0);
10483 ret_val = xmlHashUpdateEntry(table, (const xmlChar *)name, userdata, f);
10486 des_xmlHashTablePtr(n_table, table, 0);
10517 xmlHashTablePtr table; /* the hash table */
10534 table = gen_xmlHashTablePtr(n_table, 0);
10540 ret_val = xmlHashUpdateEntry2(table, (const xmlChar *)name, (const xmlChar *)name2, userdata, f);
10543 des_xmlHashTablePtr(n_table, table, 0);
10577 xmlHashTablePtr table; /* the hash table */
10597 table = gen_xmlHashTablePtr(n_table, 0);
10604 ret_val = xmlHashUpdateEntry3(table, (const xmlChar *)name, (const xmlChar *)name2, (const xmlChar *)name3, userdata, f);
10607 des_xmlHashTablePtr(n_table, table, 0);
12775 xmlChar * cur; /* a pointer to a zero terminated string */
13153 char ** result; /* an array of string to be filled with the features name. */
13548 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
13564 string = gen_const_xmlChar_ptr(n_string, 4);
13572 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13579 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
13624 xmlChar * string; /* the input string in UTF8 or ISO-Latin (zero terminated) */
13643 string = gen_const_xmlChar_ptr(n_string, 4);
13652 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13659 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 4);
14103 char * data; /* the input string */
14105 int datalen; /* the input string length in bytes */
14464 xmlChar * cur; /* a pointer to a zero terminated string */
15474 char * encoding; /* a free form C string describing the HTML document encoding, or NULL */
15750 xmlChar * lang; /* pointer to the string value */
16515 xmlChar * str; /* the input string */
16582 xmlChar * str; /* the input string */
16584 int len; /* the string length */
18375 xmlChar * string; /* the text content */
18386 string = gen_const_xmlChar_ptr(n_string, 3);
18388 xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
18393 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 3);
18425 xmlChar * str; /* the #xmlChar string */
18471 xmlChar * str; /* the #xmlChar string */
18517 char * str; /* the C char string */
18556 xmlChar * str; /* the #xmlChar string */
18895 xmlChar * string; /* the string to add */
18902 string = gen_const_xmlChar_ptr(n_string, 1);
18904 xmlBufferWriteCHAR(buf, (const xmlChar *)string);
18907 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
18932 char * string; /* the string to add */
18939 string = gen_const_char_ptr(n_string, 1);
18941 xmlBufferWriteChar(buf, (const char *)string);
18944 des_const_char_ptr(n_string, (const char *)string, 1);
18969 xmlChar * string; /* the string to add */
18976 string = gen_const_xmlChar_ptr(n_string, 1);
18978 xmlBufferWriteQuotedString(buf, (const xmlChar *)string);
18981 des_const_xmlChar_ptr(n_string, (const xmlChar *)string, 1);
20828 xmlChar * name; /* the char ref string, starting with # or "&# ... ;" */
20954 xmlChar * version; /* xmlChar string giving the version of XML "1.0" */
21774 xmlChar * name; /* the reference name, or the reference string with & and ; */
22165 char * encoding; /* an optional encoding string */
23627 int len; /* the length of the string value */
23850 int space; /* allow spaces in front and end of the string */
23893 int space; /* allow spaces in front and end of the string */
23936 int space; /* allow spaces in front and end of the string */
23979 int space; /* allow spaces in front and end of the string */
24290 char * path; /* pointer to the path string */
24351 char * str; /* the string to analyze */
24489 xmlChar * str; /* the string of the URI to escape */
24521 xmlChar * str; /* string to escape */
24523 xmlChar * list; /* exception list string of chars not to escape */
24962 xmlAttributeTablePtr table; /* An attribute table */
24969 table = gen_xmlAttributeTablePtr(n_table, 1);
24971 xmlDumpAttributeTable(buf, table);
24974 des_xmlAttributeTablePtr(n_table, table, 1);
25008 xmlElementPtr elem; /* An element table */
25047 xmlElementTablePtr table; /* An element table */
25054 table = gen_xmlElementTablePtr(n_table, 1);
25056 xmlDumpElementTable(buf, table);
25059 des_xmlElementTablePtr(n_table, table, 1);
25132 xmlNotationTablePtr table; /* A notation table */
25139 table = gen_xmlNotationTablePtr(n_table, 1);
25141 xmlDumpNotationTable(buf, table);
25144 des_xmlNotationTablePtr(n_table, table, 1);
25720 xmlElementContentPtr content; /* An element table */
25771 xmlElementContentPtr content; /* An element table */
28328 const char * URI; /* a C string containing the URI or filename */
28470 char * str; /* a zero terminated C string */
28597 const char * URI; /* a C string containing the URI or filename */
29836 xmlChar * cur; /* a pointer to a zero terminated string */
30003 xmlChar * cur; /* a pointer to a zero terminated string */
30604 xmlChar * str; /* the string to intern. */
33234 xmlChar ** string; /* return value for the error string */
33253 string = gen_const_xmlChar_ptr_ptr(n_string, 1);
33259 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33263 des_const_xmlChar_ptr_ptr(n_string, (const xmlChar **)string, 1);
33365 xmlChar * value; /* a string token input */
33413 xmlChar * value; /* the first string token input */
33415 xmlChar * value2; /* the second string token input */
35994 unsigned char * utf; /* Pointer to putative UTF-8 encoded string. */
36436 xmlChar * str1; /* first xmlChar string */
36438 xmlChar * str2; /* second xmlChar string */
43488 xmlChar * str; /* the xmlChar string */
44331 xmlChar * content; /* comment string */
44378 xmlChar * subset; /* string content of the DTD */
45128 xmlChar * content; /* text string */
45169 xmlChar * content; /* text string */
45171 int len; /* length of the text string */
45217 xmlChar * content; /* text string */
45779 xmlChar * val; /* a string */
45813 xmlChar * val; /* a string */
47601 xmlChar * name; /* a name string */
49697 xmlChar * prefix; /* the namespace prefix cannot be NULL or empty string */
50062 xmlChar * str; /* A string to scan */