OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1669 milliseconds