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

  /external/qemu/telephony/
simulator.c 51 client_append( Client client, const char* str, int len );
87 client_append( client, answer, -1 );
88 client_append( client, "\r", 1 );
144 client_append( Client client, const char* str, int len ) function
test2.c 67 client_append( Client client, const char* str, int len );
100 client_append( client, "type 'quit' to quit\n", -1 );
157 client_append( Client client, const char* str, int len ) function
190 client_append( client, "Welcome !\n", -1 );

Completed in 139 milliseconds