Home | History | Annotate | Download | only in lib

Lines Matching full:system

37 The SVOX Pico 'system' is the entity that manages data common to all
40 system level take a 'pico_System' handle as the first parameter.
77 Pico system may be initialized and terminated multiple times. This may
139 /* Handle types (opaque) for Pico system, resource, engine ************/
194 /* System-level API functions */
197 /* System initialization and termination functions ********************/
200 Initializes the Pico system and returns its handle in 'outSystem'.
202 in number of bytes that the Pico system will use. The minimum size
205 Pico system. This function must be called before any other API
216 Terminates the Pico system. Lingware resources still being loaded
218 'pico_initialize' is released. The system handle becomes
222 the system.
225 pico_System *system
229 /* System status and error/warning message retrieval ******************/
232 Returns in 'outMessage' a description of the system status or of an
233 error that occurred with the most recently called system-level API
237 pico_System system,
244 with the most recently called system-level API function.
247 pico_System system,
253 with the most recently called system-level API function.
259 pico_System system,
269 Loads a resource file into the Pico system. The number of resource
273 general restriction that functions taking a system handle as their
280 pico_System system,
286 Unloads a resource file from the Pico system. If no engine uses the
292 pico_System system,
302 pico_System system,
317 pico_System system,
328 pico_System system,
339 pico_System system,
348 handle in 'outEngine'. Only one instance per system is currently
352 pico_System system,
363 pico_System system,
410 indicate a system error.