Home
last modified time | relevance | path

Searched refs:E_ERROR (Results 26 – 50 of 2459) sorted by relevance

12345678910>>...99

/dports/net/minidlna/minidlna-4f6a473/
H A Davahi.c66 DPRINTF(E_ERROR, L_SSDP, "publish_reply: AVAHI_ENTRY_GROUP_COLLISION: %s\n", in publish_reply()
71 DPRINTF(E_ERROR, L_SSDP, "Failed to register service: %s\n", in publish_reply()
98 DPRINTF(E_ERROR, L_SSDP, "Failed to add %s: %s\n", in _add_svc()
115 DPRINTF(E_ERROR, L_SSDP, "Failed to create entry group: %s\n", in register_stuff()
131 DPRINTF(E_ERROR, L_SSDP, "Failed to commit entry group: %s\n", in register_stuff()
171 DPRINTF(E_ERROR, L_SSDP, in client_callback()
179 DPRINTF(E_ERROR, L_SSDP, "Client failure: %s\n", in client_callback()
233 DPRINTF(E_ERROR, L_SSDP, "Failed to create client object: %s\n", in tivo_bonjour_register()
241 DPRINTF(E_ERROR, L_SSDP, "Failed to create thread: %s\n", in tivo_bonjour_register()
H A Dmonitor_kqueue.c97 DPRINTF(E_ERROR, L_INOTIFY, "Can't list [%s] (%s)\n", in dir_vnode_process()
111 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
128 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
158 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
171 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
187 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
194 DPRINTF(E_ERROR, L_INOTIFY, in dir_vnode_process()
225 DPRINTF(E_ERROR, L_INOTIFY, "open(%s) [%s]\n", in monitor_add_watch()
231 DPRINTF(E_ERROR, L_INOTIFY, "malloc() error\n"); in monitor_add_watch()
236 DPRINTF(E_ERROR, L_INOTIFY, "strdup() error\n"); in monitor_add_watch()
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libdict/
H A Dwid.c135 E_ERROR("%s is both a word and an LM class name\n",
144 E_ERROR("Filler dictionary word '%s' found in LM\n",
148 E_ERROR
179 E_ERROR("Multiple mappings of '%s' in LM\n",
186 E_ERROR
191 E_ERROR
211 E_ERROR
259 E_ERROR("dict_add_word (%s) failed; ignored\n",
271 E_ERROR
282 E_ERROR
/dports/lang/spidermonkey60/firefox-60.9.0/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_arpa.c96 E_ERROR("Unknown ngram (%d)\n", ngram); in ReadNgramCounts()
101 E_ERROR("EOF while reading ngram counts\n"); in ReadNgramCounts()
117 E_ERROR("Bad or missing ngram count\n"); in ReadNgramCounts()
161 E_ERROR("Too many unigrams\n"); in ReadUnigrams()
223 E_ERROR("Unknown word: %s, skipping bigram (%s %s)\n", in ReadBigrams()
242 E_ERROR("Too many bigrams\n"); in ReadBigrams()
270 E_ERROR("Bad bigram: %s\n", (*li)->buf); in ReadBigrams()
341 E_ERROR("Too many trigrams\n"); in ReadTrigrams()
351 E_ERROR("Trigrams not in bigram order\n"); in ReadTrigrams()
419 E_ERROR("Bad trigram: %s\n", (*li)->buf); in ReadTrigrams()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/sphinxbase/src/libsphinxbase/lm/
H A Dngram_model_arpa.c96 E_ERROR("Unknown ngram (%d)\n", ngram); in ReadNgramCounts()
101 E_ERROR("EOF while reading ngram counts\n"); in ReadNgramCounts()
117 E_ERROR("Bad or missing ngram count\n"); in ReadNgramCounts()
161 E_ERROR("Too many unigrams\n"); in ReadUnigrams()
223 E_ERROR("Unknown word: %s, skipping bigram (%s %s)\n", in ReadBigrams()
242 E_ERROR("Too many bigrams\n"); in ReadBigrams()
270 E_ERROR("Bad bigram: %s\n", (*li)->buf); in ReadBigrams()
341 E_ERROR("Too many trigrams\n"); in ReadTrigrams()
351 E_ERROR("Trigrams not in bigram order\n"); in ReadTrigrams()
419 E_ERROR("Bad trigram: %s\n", (*li)->buf); in ReadTrigrams()
[all …]
/dports/audio/sphinxbase/sphinxbase-0.8/src/libsphinxbase/lm/
H A Dngram_model_arpa.c96 E_ERROR("Unknown ngram (%d)\n", ngram);
101 E_ERROR("EOF while reading ngram counts\n");
117 E_ERROR("Bad or missing ngram count\n");
161 E_ERROR("Too many unigrams\n");
242 E_ERROR("Too many bigrams\n");
253 E_ERROR("Bigrams not in unigram order\n");
270 E_ERROR("Bad bigram: %s\n", (*li)->buf);
341 E_ERROR("Too many trigrams\n");
351 E_ERROR("Trigrams not in bigram order\n");
419 E_ERROR("Bad trigram: %s\n", (*li)->buf);
[all …]
/dports/audio/sphinxbase/sphinxbase-0.8/src/sphinx_adtools/
H A Dcont_fileseg.c231 E_ERROR("Invalid -sps argument\n"); in main()
245 E_ERROR("Invalid -silsep argument\n"); in main()
258 E_ERROR("Invalid -min-noise argument\n"); in main()
267 E_ERROR("Invalid -max-noise argument\n"); in main()
276 E_ERROR("Invalid -delta-sil argument\n"); in main()
285 E_ERROR("Invalid -delta-speech argument\n"); in main()
294 E_ERROR("Invalid -sil-onset argument\n"); in main()
312 E_ERROR("Invalid -adapt-rate argument\n"); in main()
328 E_ERROR("Invalid -c argument\n"); in main()
340 E_ERROR("Invalid -i argument\n"); in main()
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/tests/
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
/dports/lang/php81/php-8.1.1/Zend/tests/
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
/dports/lang/php80/php-8.0.15/Zend/tests/
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
/dports/audio/sphinxbase/sphinxbase-0.8/src/sphinx_lmtools/
H A Dsphinx_lm_convert.c149 E_ERROR("Please specify both input and output models\n");
158 E_ERROR("Invalid input type %s\n", cmd_ln_str_r(config, "-ifmt"));
177 E_ERROR("Invalid output type %s\n", cmd_ln_str_r(config, "-ofmt"));
189 E_ERROR("Failed to recode language model from %s to %s\n",
205 E_ERROR("Unknown value for -case: %s\n", kase);
212 E_ERROR("Failed to write language model in format %s to %s\n",
/dports/www/mod_php80/php-8.0.15/Zend/tests/
H A DErrorException_construct.phpt11 $e = new ErrorException("Second", 0, E_ERROR, null);
16 $e = new ErrorException("Third", 0, E_ERROR, null, null);
21 $e = new ErrorException("Forth", 0, E_ERROR, null, 123);
26 $e = new ErrorException("Fifth", 0, E_ERROR, "abc.php");
31 $e = new ErrorException("Sixth", 0, E_ERROR, "abc.php", null);
36 $e = new ErrorException("Seventh", 0, E_ERROR, "abc.php", 123);
/dports/audio/sphinx3/sphinx3-0.8/src/libs3decoder/libam/
H A Dkdtree.c68 E_ERROR("%s not found: %d %s %d\n", name, n, line, out); in read_tree_int()
82 E_ERROR("%s not found: %d %s %f\n", name, n, line, out); in read_tree_float()
100 E_ERROR("BBI Gaussian %d out of range! %d\n", bbi); in read_bbi_list()
109 E_ERROR("BBI Gaussian %d out of range!\n", bbi); in read_bbi_list()
194 E_ERROR("Failed to open %s", infile); in read_kd_trees()
199 E_ERROR("Doesn't appear to be a kd-tree file: %s\n"); in read_kd_trees()
204 E_ERROR("Unsupported kd-tree file format %s %d\n", line, version); in read_kd_trees()
219 E_ERROR("Tree number %d out of sequence\n", n); in read_kd_trees()
228 E_ERROR("Number of densities (%d) must be 256!\n", n_density); in read_kd_trees()
236 E_ERROR("Depth of tree (%d) must be < 16!\n", tree->n_level); in read_kd_trees()
/dports/lang/php73/php-7.3.33/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/net/php80-soap/php-8.0.15/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/net/php81-soap/php-8.1.1/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/net/php74-soap/php-7.4.27/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/net/php73-soap/php-7.3.33/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/lang/php80/php-8.0.15/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/lang/php74/php-7.4.27/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/lang/php81/php-8.1.1/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/www/mod_php74/php-7.4.27/ext/soap/
H A Dphp_schema.c369 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
480 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
580 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
655 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
760 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
823 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
851 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
885 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
940 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1040 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/soap/
H A Dphp_schema.c367 soap_error0(E_ERROR, "Parsing Schema: simpleType has no 'name' attribute"); in schema_simpleType()
478 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in list", trav->name); in schema_list()
578 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in union", trav->name); in schema_union()
653 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_simpleContent()
758 soap_error0(E_ERROR, "Parsing Schema: restriction has no 'base' attribute"); in schema_restriction_complexContent()
821 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_int()
849 soap_error0(E_ERROR, "Parsing Schema: missing restriction value"); in schema_restriction_var_char()
883 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_simpleContent()
938 soap_error0(E_ERROR, "Parsing Schema: extension has no 'base' attribute"); in schema_extension_complexContent()
1038 soap_error1(E_ERROR, "Parsing Schema: unexpected <%s> in all", trav->name); in schema_all()
[all …]

12345678910>>...99