Searched refs:comp (Results 1 - 25 of 348) sorted by relevance

1234567891011>>

/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dpreproc.c376 * @comp: an XSLT Style precomputed block
378 * Free up the memory allocated by @comp
381 xsltFreeStylePreComp(xsltStylePreCompPtr comp) { argument
382 if (comp == NULL)
388 switch (comp->type) {
394 xsltStyleItemSortPtr item = (xsltStyleItemSortPtr) comp;
397 if (item->comp != NULL)
398 xmlXPathFreeCompExpr(item->comp);
412 xsltStyleItemCopyOfPtr item = (xsltStyleItemCopyOfPtr) comp;
413 if (item->comp !
535 xsltStyleItemDocumentPtr comp; local
679 xsltStyleItemSortPtr comp; local
786 xsltStyleItemCopyPtr comp; local
829 xsltStyleItemTextPtr comp; local
875 xsltStyleItemElementPtr comp; local
993 xsltStyleItemAttributePtr comp; local
1103 xsltStyleItemCommentPtr comp; local
1133 xsltStyleItemPIPtr comp; local
1167 xsltStyleItemCopyOfPtr comp; local
1213 xsltStyleItemValueOfPtr comp; local
1339 xsltStyleItemWithParamPtr comp; local
1397 xsltStyleItemNumberPtr comp; local
1524 xsltStyleItemApplyImportsPtr comp; local
1554 xsltStyleItemCallTemplatePtr comp; local
1593 xsltStyleItemApplyTemplatesPtr comp; local
1645 xsltStyleItemChoosePtr comp; local
1676 xsltStyleItemIfPtr comp; local
1722 xsltStyleItemWhenPtr comp; local
1768 xsltStyleItemForEachPtr comp; local
1816 xsltStyleItemVariablePtr comp; local
1895 xsltStyleItemParamPtr comp; local
[all...]
H A Dvariables.c525 cur->comp = elem->comp;
706 if (cur->comp != NULL) {
707 if (cur->comp->type == XSLT_FUNC_WITHPARAM)
709 else if (cur->comp->type == XSLT_FUNC_PARAM)
792 * @comp: the compiled XSLT instruction
803 xsltStyleItemVariablePtr comp = local
806 xsltStylePreCompPtr comp = castedComp;
834 if ((comp != NULL) && (comp
1030 xsltStyleBasicItemVariablePtr comp; local
1032 xsltStylePreCompPtr comp; local
1323 xsltRegisterGlobalVariable(xsltStylesheetPtr style, const xmlChar *name, const xmlChar *ns_uri, const xmlChar *sel, xmlNodePtr tree, xsltStylePreCompPtr comp, const xmlChar *value) argument
1735 xsltStyleBasicItemVariablePtr comp = local
1783 xsltStyleBasicItemVariablePtr comp = local
1930 xsltStyleBasicItemVariablePtr comp; local
1992 xsltStyleItemVariablePtr comp; local
2054 xsltStyleItemParamPtr comp; local
2117 xsltStyleItemVariablePtr comp; local
2159 xsltStyleItemParamPtr comp; local
[all...]
H A Dpattern.c91 xmlXPathCompExprPtr comp; member in struct:_xsltStepOp
127 xsltCompMatchPtr comp; /* the result */ member in struct:_xsltParserContext
172 * @comp: an XSLT comp
174 * Free up the memory allocated by @comp
177 xsltFreeCompMatch(xsltCompMatchPtr comp) { argument
181 if (comp == NULL)
183 if (comp->pattern != NULL)
184 xmlFree((xmlChar *)comp->pattern);
185 if (comp
210 xsltFreeCompMatchList(xsltCompMatchPtr comp) argument
231 xsltCompMatchPtr comp = payload; local
294 xsltCompMatchAdd(xsltParserContextPtr ctxt, xsltCompMatchPtr comp, xsltOp op, xmlChar * value, xmlChar * value2, int novar) argument
369 xsltSwapTopCompMatch(xsltCompMatchPtr comp) argument
414 xsltReverseCompMatch(xsltParserContextPtr ctxt, xsltCompMatchPtr comp) argument
526 xsltTestCompMatchDirect(xsltTransformContextPtr ctxt, xsltCompMatchPtr comp, xmlNodePtr node, xmlNsPtr *nsList, int nsNr) argument
636 xsltTestCompMatch(xsltTransformContextPtr ctxt, xsltCompMatchPtr comp, xmlNodePtr node, const xmlChar *mode, const xmlChar *modeURI) argument
1212 xsltTestCompMatchList(xsltTransformContextPtr ctxt, xmlNodePtr node, xsltCompMatchPtr comp) argument
[all...]
H A Dtransform.h94 xsltStylePreCompPtr comp);
99 xsltStylePreCompPtr comp);
104 xsltStylePreCompPtr comp);
109 xsltStylePreCompPtr comp);
114 xsltStylePreCompPtr comp);
119 xsltStylePreCompPtr comp);
124 xsltStylePreCompPtr comp);
129 xsltStylePreCompPtr comp);
134 xsltStylePreCompPtr comp);
139 xsltStylePreCompPtr comp);
[all...]
H A Dtemplates.h25 xmlXPathCompExprPtr comp,
47 xmlXPathCompExprPtr comp);
50 xmlXPathCompExprPtr comp,
/macosx-10.10/bzip2-36/bzip2/
H A Dbzdiff18 *cmp) comp=${CMP-cmp} ;;
19 *) comp=${DIFF-diff} ;;
31 echo "Usage: $prog [${comp}_options] file [file]"
48 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"
58 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
62 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"
67 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -
69 *) $comp $OPTIONS "$1" "$2"
/macosx-10.10/ICU-531.30/icuSources/layout/
H A DLigatureSubstSubtables.cpp32 le_uint16 comp; local
34 for (comp = 0; comp < compCount; comp += 1) {
39 if (LE_GET_GLYPH(glyphIterator->getCurrGlyphID()) != SWAPW(ligTable->componentArray[comp])) {
44 if (comp == compCount && (filter == NULL || filter->accept(LE_SET_GLYPH(glyph, ligGlyph)))) {
48 while (comp > 0) {
52 comp -= 1;
/macosx-10.10/libclosure-65/objectTests/
H A Drettypepromotion.c26 .*rettypepromotion.c:39:27: note: passing argument to parameter 'comp' here
39 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) {
40 comp(0, 0);
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dpattern.h47 xmlFreePattern (xmlPatternPtr comp);
50 xmlFreePatternList (xmlPatternPtr comp);
58 xmlPatternMatch (xmlPatternPtr comp,
66 xmlPatternStreamable (xmlPatternPtr comp);
68 xmlPatternMaxDepth (xmlPatternPtr comp);
70 xmlPatternMinDepth (xmlPatternPtr comp);
72 xmlPatternFromRoot (xmlPatternPtr comp);
74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dpattern.h47 xmlFreePattern (xmlPatternPtr comp);
50 xmlFreePatternList (xmlPatternPtr comp);
58 xmlPatternMatch (xmlPatternPtr comp,
66 xmlPatternStreamable (xmlPatternPtr comp);
68 xmlPatternMaxDepth (xmlPatternPtr comp);
70 xmlPatternMinDepth (xmlPatternPtr comp);
72 xmlPatternFromRoot (xmlPatternPtr comp);
74 xmlPatternGetStreamCtxt (xmlPatternPtr comp);
/macosx-10.10/libxml2-26/libxml2/
H A Dpattern.c83 if ((c)->comp->dict) \
84 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
87 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
110 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt
119 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
183 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext
226 * @comp: an XSLT comp
228 * Free up the memory allocated by @comp
231 xmlFreePattern(xmlPatternPtr comp) { argument
269 xmlFreePatternList(xmlPatternPtr comp) argument
347 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument
408 xmlReversePattern(xmlPatternPtr comp) argument
498 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) argument
1523 xmlFreeStreamComp(xmlStreamCompPtr comp) argument
1545 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1577 xmlStreamCompile(xmlPatternPtr comp) argument
1813 xmlStreamCtxtAddState(xmlStreamCtxtPtr comp, int idx, int level) argument
1861 xmlStreamCompPtr comp; local
2463 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) argument
2489 xmlPatternGetStreamCtxt(xmlPatternPtr comp) argument
2527 xmlPatternStreamable(xmlPatternPtr comp) argument
2548 xmlPatternMaxDepth(xmlPatternPtr comp) argument
2576 xmlPatternMinDepth(xmlPatternPtr comp) argument
2601 xmlPatternFromRoot(xmlPatternPtr comp) argument
[all...]
H A DtestRegexp.c19 static void testRegexp(xmlRegexpPtr comp, const char *value) { argument
22 ret = xmlRegexpExec(comp, (const xmlChar *) value);
32 xmlRegexpExec(comp, (const xmlChar *) value);
38 xmlRegexpPtr comp = NULL; local
62 if (comp != NULL) {
63 xmlRegFreeRegexp(comp);
64 comp = NULL;
67 comp = xmlRegexpCompile((const xmlChar *) pattern);
68 if (comp == NULL) {
72 } else if (comp
271 xmlRegexpPtr comp = NULL; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dpattern.c80 if ((c)->comp->dict) \
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
107 xmlStreamCompPtr comp; /* the compiled stream */ member in struct:_xmlStreamCtxt
116 static void xmlFreeStreamComp(xmlStreamCompPtr comp);
180 xmlPatternPtr comp; /* the result */ member in struct:_xmlPatParserContext
223 * @comp: an XSLT comp
225 * Free up the memory allocated by @comp
228 xmlFreePattern(xmlPatternPtr comp) { argument
266 xmlFreePatternList(xmlPatternPtr comp) argument
343 xmlPatternAdd(xmlPatParserContextPtr ctxt ATTRIBUTE_UNUSED, xmlPatternPtr comp, xmlPatOp op, xmlChar * value, xmlChar * value2) argument
404 xmlReversePattern(xmlPatternPtr comp) argument
494 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) argument
1519 xmlFreeStreamComp(xmlStreamCompPtr comp) argument
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name, const xmlChar *ns, int nodeType, int flags) argument
1573 xmlStreamCompile(xmlPatternPtr comp) argument
1809 xmlStreamCtxtAddState(xmlStreamCtxtPtr comp, int idx, int level) argument
1857 xmlStreamCompPtr comp; local
2459 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) argument
2485 xmlPatternGetStreamCtxt(xmlPatternPtr comp) argument
2523 xmlPatternStreamable(xmlPatternPtr comp) argument
2544 xmlPatternMaxDepth(xmlPatternPtr comp) argument
2572 xmlPatternMinDepth(xmlPatternPtr comp) argument
2597 xmlPatternFromRoot(xmlPatternPtr comp) argument
[all...]
H A DtestRegexp.c19 static void testRegexp(xmlRegexpPtr comp, const char *value) { argument
22 ret = xmlRegexpExec(comp, (const xmlChar *) value);
32 xmlRegexpExec(comp, (const xmlChar *) value);
38 xmlRegexpPtr comp = NULL; local
62 if (comp != NULL) {
63 xmlRegFreeRegexp(comp);
64 comp = NULL;
67 comp = xmlRegexpCompile((const xmlChar *) pattern);
68 if (comp == NULL) {
72 } else if (comp
271 xmlRegexpPtr comp = NULL; local
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTUnicodeSort.cpp75 xsltStyleItemSortPtr comp; local
77 xsltStylePreCompPtr comp;
96 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
97 if (comp == NULL)
105 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
107 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
108 comp->stype =
112 if (comp->stype != NULL) {
114 if (xmlStrEqual(comp
[all...]
/macosx-10.10/libxslt-13/libxslt/examples/
H A DxsltICUSort.c52 xsltStylePreCompPtr comp; local
68 comp = sorts[0]->_private;
69 if (comp == NULL)
77 comp = sorts[j]->_private;
79 if ((comp->stype == NULL) && (comp->has_stype != 0)) {
80 comp->stype =
84 if (comp->stype != NULL) {
86 if (xmlStrEqual(comp->stype, (const xmlChar *) "text"))
87 comp
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Ddirent.c65 char *comp, *t; local
72 comp = strrchr(buffer, '\\');
73 if (comp == NULL)
74 comp = buffer;
78 t = strrchr(comp, '/');
80 comp = t;
85 comp++;
87 pos = strcspn(comp, "*?");
88 if (comp[pos] != '\0')
97 if (pos > 0 && comp[po
[all...]
/macosx-10.10/ppp-786.1.1/Family/
H A Dslcompress.c80 #define INCR(counter) ++comp->counter;
96 sl_compress_init(comp, max_state)
97 struct slcompress *comp;
101 register struct cstate *tstate = comp->tstate;
105 bzero((char *)comp, sizeof(*comp));
108 bzero((char *)comp->tstate, sizeof(comp->tstate));
109 bzero((char *)comp->rstate, sizeof(comp
[all...]
H A Dppp_comp.c169 struct ppp_comp *comp; local
171 while ((comp = TAILQ_FIRST(&ppp_comp_head))) {
172 TAILQ_REMOVE(&ppp_comp_head, comp, next);
173 FREE(comp, M_TEMP);
183 struct ppp_comp *comp; local
185 TAILQ_FOREACH(comp, &ppp_comp_head, next)
186 if (comp->protocol == proto)
187 return comp;
196 struct ppp_comp *comp; local
215 comp
250 struct ppp_comp *comp = (struct ppp_comp *)compref; local
[all...]
/macosx-10.10/cups-408/cups/examples/
H A Dppdx.c206 z_stream comp; /* Compressor stream */ local
227 memset(&comp, 0, sizeof(comp));
228 comp.next_in = (Bytef *)data;
229 comp.avail_in = datasize;
231 deflateInit(&comp, 9);
239 comp.next_out = buffer;
240 comp.avail_out = sizeof(buffer);
242 if ((error = deflate(&comp, Z_FINISH)) < Z_OK)
244 fprintf(stderr, "ERROR: deflate returned %d (%s)\n", error, comp
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DFontWinCE.cpp222 const TextRunComponent& comp = components.at(i); local
223 int len = comp.textLength();
225 if (curPos < to && from < curEnd && !comp.isSpace()) {
228 pt.setX(point.x() + w - comp.m_offset - comp.m_width);
230 pt.setX(point.x() + comp.m_offset);
231 widthOfDrawnText += drawSimpleText(context, comp.m_textRun, pt, from - curPos, std::min(to, curEnd) - curPos);
267 const TextRunComponent& comp = components.at(i); local
268 int xe = w - comp.m_offset;
269 int xs = xe - comp
279 const TextRunComponent& comp = components.at(i); local
300 const TextRunComponent& comp = components.at(i); local
[all...]
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dgssauth.h102 #include <comp.h>
H A Dsec_id_pickle.h96 #include <comp.h>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/stack/
H A Dstack.c100 int (*old)()=sk->comp;
102 if (sk->comp != c)
104 sk->comp=c;
114 if ((ret=sk_new(sk->comp)) == NULL) goto err;
124 ret->comp=sk->comp;
141 ret->comp=c;
231 if (st->comp == NULL)
240 comp_func=(int (*)())st->comp;
246 if ((*st->comp)(
[all...]
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dfmtmsg.c172 char *comp, *output; local
190 while ((comp = nextcomp(msgverb)) != NULL) {
191 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
194 } else if (strcmp(comp, "severity") == 0 && sevname != NULL) {
197 } else if (strcmp(comp, "text") == 0 && text != MM_NULLTXT) {
200 } else if (strcmp(comp, "action") == 0 && act != MM_NULLACT) {
204 } else if (strcmp(comp, "tag") == 0 && tag != MM_NULLTAG) {

Completed in 250 milliseconds

1234567891011>>