Searched defs:TrioFormat (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtrio.c3402 * TrioFormat
3405 TrioFormat function
3637 status = TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL);
3657 return TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL);
3675 return TrioFormat(stdout, 0, TrioOutStreamFile, format, NULL, args);
3704 status = TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL);
3727 return TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL);
3748 return TrioFormat(file, 0, TrioOutStreamFile, format, NULL, args);
3776 status = TrioFormat(&fd, 0, TrioOutStreamFileDescriptor, format, &args, NULL);
3798 return TrioFormat(
[all...]
/external/libxml2/
H A Dtrio.c3406 * TrioFormat
3409 TrioFormat function
3641 status = TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL);
3661 return TrioFormat(stdout, 0, TrioOutStreamFile, format, &args, NULL);
3679 return TrioFormat(stdout, 0, TrioOutStreamFile, format, NULL, args);
3708 status = TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL);
3731 return TrioFormat(file, 0, TrioOutStreamFile, format, &args, NULL);
3752 return TrioFormat(file, 0, TrioOutStreamFile, format, NULL, args);
3780 status = TrioFormat(&fd, 0, TrioOutStreamFileDescriptor, format, &args, NULL);
3802 return TrioFormat(
[all...]

Completed in 142 milliseconds