Searched refs:imported (Results 1 - 25 of 31) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_lex.l78 char *imported = NULL;
183 imported = imstk[imports];
768 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
885 imported = (char*)emalloc(strlen(fullname)+1);
886 strcpy(imported, fullname);
930 imstk[imports] = imported;
931 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsoapcpp2.h234 const char *imported; member in struct:Tnode
397 extern char *imported;
H A Dlex.soapcpp2_lex.c606 char *imported = NULL; variable
1135 imported = imstk[imports];
2609 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
2726 imported = (char*)emalloc(strlen(fullname)+1);
2727 strcpy(imported, fullname);
2771 imstk[imports] = imported;
2772 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsymbol2.c461 { if (imported && !p->imported)
462 p->imported = imported;
479 p->imported = imported;
485 DBGLOG(fprintf(stderr, "New type %s %s\n", c_type(p), p->imported));
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
487 p->imported = ((Tnode*)ref)->imported;
[all...]
H A Dsoapcpp2_yacc.y1690 imported = NULL;
1817 imported = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2_lex.l78 char *imported = NULL;
183 imported = imstk[imports];
768 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
885 imported = (char*)emalloc(strlen(fullname)+1);
886 strcpy(imported, fullname);
930 imstk[imports] = imported;
931 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsoapcpp2.h234 const char *imported; member in struct:Tnode
397 extern char *imported;
H A Dsymbol2.c461 { if (imported && !p->imported)
462 p->imported = imported;
479 p->imported = imported;
485 DBGLOG(fprintf(stderr, "New type %s %s\n", c_type(p), p->imported));
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
487 p->imported = ((Tnode*)ref)->imported;
[all...]
H A Dsoapcpp2_yacc.y1690 imported = NULL;
1817 imported = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_lex.l78 char *imported = NULL;
183 imported = imstk[imports];
768 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
885 imported = (char*)emalloc(strlen(fullname)+1);
886 strcpy(imported, fullname);
930 imstk[imports] = imported;
931 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsoapcpp2.h234 const char *imported; member in struct:Tnode
397 extern char *imported;
H A Dlex.soapcpp2_lex.c606 char *imported = NULL; variable
1135 imported = imstk[imports];
2609 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
2726 imported = (char*)emalloc(strlen(fullname)+1);
2727 strcpy(imported, fullname);
2771 imstk[imports] = imported;
2772 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsymbol2.c461 { if (imported && !p->imported)
462 p->imported = imported;
479 p->imported = imported;
485 DBGLOG(fprintf(stderr, "New type %s %s\n", c_type(p), p->imported));
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
487 p->imported = ((Tnode*)ref)->imported;
[all...]
H A Dsoapcpp2_yacc.y1690 imported = NULL;
1817 imported = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/src/
H A Dsoapcpp2_lex.l78 char *imported = NULL;
183 imported = imstk[imports];
768 { sprintf(errbuf, "options directive: %s ignored in imported file(s)", yytext);
885 imported = (char*)emalloc(strlen(fullname)+1);
886 strcpy(imported, fullname);
930 imstk[imports] = imported;
931 /* imported = NULL; this is useful to change the semantics of #import to NOT consider non-module imports to be part of the current module */
H A Dsoapcpp2.h234 const char *imported; member in struct:Tnode
397 extern char *imported;
H A Dsymbol2.c461 { if (imported && !p->imported)
462 p->imported = imported;
479 p->imported = imported;
485 DBGLOG(fprintf(stderr, "New type %s %s\n", c_type(p), p->imported));
486 if (type == Tpointer && ((Tnode*)ref)->imported && (((Tnode*)ref)->type == Tenum || ((Tnode*)ref)->type == Tstruct || ((Tnode*)ref)->type == Tclass))
487 p->imported = ((Tnode*)ref)->imported;
[all...]
H A Dsoapcpp2_yacc.y1690 imported = NULL;
1817 imported = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvert.cpp164 int imported = 0; local
195 ++imported;
215 if (imported) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dmetafile.tex93 and cannot be imported into most applications. To make it importable,
H A DwxPython.tex33 wxPython is a Python package that can be imported at runtime that
220 \item At line 2 the wxPython classes, constants, and etc. are imported
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/
H A Dudev_rules.c892 dbg("IMPORT '%s' imported", key_val(rule, &rule->import));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c403 int imported; member in struct:_xmlSchemaBucket
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported; member in struct:_xmlSchemaImport
439 /* The imported schema. */
458 int imported; member in struct:_xmlSchemaInclude
4804 * Lookup a an attribute in the schema or imported schemas
4838 * Lookup a an attribute group in the schema or imported schemas
4878 * Lookup a group in the schema or imported schemas
4945 * Lookup a group in the schema or imported schemas
5069 * Process imported/include
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
21919 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemas.c403 int imported; member in struct:_xmlSchemaBucket
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported; member in struct:_xmlSchemaImport
439 /* The imported schema. */
458 int imported; member in struct:_xmlSchemaInclude
4804 * Lookup a an attribute in the schema or imported schemas
4838 * Lookup a an attribute group in the schema or imported schemas
4878 * Lookup a group in the schema or imported schemas
4945 * Lookup a group in the schema or imported schemas
5069 * Process imported/include
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
21919 xmlSchemaAugmentImportedIDC(xmlSchemaImportPtr imported, xmlSchemaValidCtxtPtr vctxt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c403 int imported; member in struct:_xmlSchemaBucket
431 /* @relations will hold any included/imported/redefined schemas. */
435 int imported; member in struct:_xmlSchemaImport
439 /* The imported schema. */
458 int imported; member in struct:_xmlSchemaInclude
4804 * Lookup a an attribute in the schema or imported schemas
4838 * Lookup a an attribute group in the schema or imported schemas
4878 * Lookup a group in the schema or imported schemas
4945 * Lookup a group in the schema or imported schemas
5069 * Process imported/include
10051 xmlSchemaGetSchemaBucketByTNS(xmlSchemaParserCtxtPtr pctxt, const xmlChar *targetNamespace, int imported) argument
[all...]

Completed in 358 milliseconds

12