HomeSort by relevance Sort by last modified time
    Searched refs:is_valid_system_handle (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picoapid.h 59 extern int is_valid_system_handle(pico_System system);
picoapi.c 54 int is_valid_system_handle(pico_System system) function
167 if ((system == NULL) || !is_valid_system_handle(*system)) {
209 if (!is_valid_system_handle(system)) {
248 if (!is_valid_system_handle(system)) {
282 if (!is_valid_system_handle(system)) {
321 if (!is_valid_system_handle(system)) {
353 if (!is_valid_system_handle(system)) {
387 if (!is_valid_system_handle(system)) {
414 if (!is_valid_system_handle(system)) {
446 if (!is_valid_system_handle(system))
    [all...]
picoextapi.c 171 if (!is_valid_system_handle(system)) {

Completed in 69 milliseconds