Searched refs:abstract_path (Results 1 – 4 of 4) sorted by relevance
/external/libwebsockets/lib/abstract/ |
D | abstract.c | 293 const char *abstract_path, const lws_token_map_t *ap_tokens, in lws_abstract_alloc() argument 305 lws_tokenize_init(&ts, abstract_path, LWS_TOKENIZE_F_MINUS_NONTERM); in lws_abstract_alloc() 339 lwsl_info("%s: allocated %s\n", __func__, abstract_path); in lws_abstract_alloc() 344 lwsl_err("%s: bad abs path '%s'\n", __func__, abstract_path); in lws_abstract_alloc()
|
/external/grpc-grpc/doc/ |
D | naming.md | 44 - `unix-abstract:abstract_path` -- Unix domain socket in abstract namespace (Unix systems only) 45 - `abstract_path` indicates a name in the abstract namespace. 50 the null in `abstract_path`.
|
/external/libwebsockets/include/libwebsockets/abstract/ |
D | abstract.h | 90 const char *abstract_path, const lws_token_map_t *ap_tokens,
|
/external/grpc-grpc/examples/cpp/unix_abstract_sockets/ |
D | README.md | 5 gRPC uses the [`unix-abstract:abstract_path`](https://github.com/grpc/grpc/blob/c6844099218b147b0e3…
|