Searched refs:pattern (Results 1 – 6 of 6) sorted by relevance
238 For writing wrappers to blocking libraries, a common :ref:`pattern <baton>`344 The callback is a standard libuv pattern, extracting the data from the watcher.
230 context and cast back in the callback. This is a common pattern used throughout
78 Here you see a common pattern when writing asynchronous programs. The
99 Idler pattern
300 When using domain sockets, a client-server pattern is usually followed with the
304 static const char pattern[] = "XXXXXX"; in uv__fs_mkstemp() local305 static const size_t pattern_size = sizeof(pattern) - 1; in uv__fs_mkstemp()318 strcmp(path + path_length - pattern_size, pattern)) { in uv__fs_mkstemp()
Completed in 17 milliseconds