Searched refs:pipeName (Results 1 – 5 of 5) sorted by relevance
80 goldfish_pipe_add_type(const char* pipeName, in goldfish_pipe_add_type() argument91 if (strlen(pipeName) > MAX_PIPE_SERVICE_NAME_SIZE) { in goldfish_pipe_add_type()92 APANIC("Pipe service name too long: '%s'", pipeName); in goldfish_pipe_add_type()95 list->services[count].name = pipeName; in goldfish_pipe_add_type()103 goldfish_pipe_find_type(const char* pipeName) in goldfish_pipe_find_type() argument110 if (!strcmp(list->services[nn].name, pipeName)) { in goldfish_pipe_find_type()387 char* pipeName; in pipeConnector_sendBuffers() local398 pipeName = pcon->buffer + 5; in pipeConnector_sendBuffers()399 pipeArgs = strchr(pipeName, ':'); in pipeConnector_sendBuffers()408 const PipeService* svc = goldfish_pipe_find_type(pipeName); in pipeConnector_sendBuffers()
123 extern void goldfish_pipe_add_type(const char* pipeName,
23 const char* pipeName = "<pipename>";24 ret = write(fd, pipeName, strlen(pipeName)+1);
837 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member842 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member850 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member856 char pipeName[GLX_HYPERPIPE_PIPE_NAME_LENGTH_SGIX]; member