Searched refs:import (Results 76 - 79 of 79) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/
H A Dltmain.sh145 # Need a lot of goo to handle *both* DLLs and import libs
153 *ar\ archive\ import\ library*) # definitely import
154 win32_libid_type="x86 archive import"
156 *ar\ archive*) # could be an import, or static
160 sed -n -e '1,100{/ I /{x;/import/!{s/^/import/;h;p;};x;};}'`
162 win32_libid_type="x86 archive import"
2533 $show "generating import library for \`$soname'"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemas.c420 int type; /* Main OR import OR include. */
463 /* The owning main or import schema bucket. */
3565 * For each following import buckets an xmlSchema will be created.
3608 * Note that we create an import entry for the main schema as well; i.e.,
3609 * even if there's only one schema, we'll get an import.
4706 xmlSchemaImportPtr import; \
4708 import = xmlHashLookup(schema->schemasImports, \
4711 import = xmlHashLookup(schema->schemasImports, nsName); \
4712 if (import == NULL) \
4714 ret = xmlHashLookup(import
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemas.c420 int type; /* Main OR import OR include. */
463 /* The owning main or import schema bucket. */
3565 * For each following import buckets an xmlSchema will be created.
3608 * Note that we create an import entry for the main schema as well; i.e.,
3609 * even if there's only one schema, we'll get an import.
4706 xmlSchemaImportPtr import; \
4708 import = xmlHashLookup(schema->schemasImports, \
4711 import = xmlHashLookup(schema->schemasImports, nsName); \
4712 if (import == NULL) \
4714 ret = xmlHashLookup(import
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemas.c420 int type; /* Main OR import OR include. */
463 /* The owning main or import schema bucket. */
3565 * For each following import buckets an xmlSchema will be created.
3608 * Note that we create an import entry for the main schema as well; i.e.,
3609 * even if there's only one schema, we'll get an import.
4706 xmlSchemaImportPtr import; \
4708 import = xmlHashLookup(schema->schemasImports, \
4711 import = xmlHashLookup(schema->schemasImports, nsName); \
4712 if (import == NULL) \
4714 ret = xmlHashLookup(import
[all...]

Completed in 189 milliseconds

1234