Home
last modified time | relevance | path

Searched refs:max_results (Results 1 – 13 of 13) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dchannelz.pyx.pxi39 def channelz_get_server_sockets(server_id, start_socket_id, max_results): argument
43 max_results,
48 ' max_results==%s is valid' %
49 (server_id, start_socket_id, max_results))
Dgrpc.pxi423 intptr_t max_results)
/third_party/grpc/src/core/lib/channel/
Dchannelz_registry.cc211 intptr_t max_results) { in grpc_channelz_get_server_sockets() argument
217 start_socket_id < 0 || max_results < 0) { in grpc_channelz_get_server_sockets()
225 server_node->RenderServerSockets(start_socket_id, max_results).c_str()); in grpc_channelz_get_server_sockets()
Dchannelz.cc279 intptr_t max_results) { in RenderServerSockets() argument
281 GPR_ASSERT(max_results >= 0); in RenderServerSockets()
283 size_t pagination_limit = max_results == 0 ? 500 : max_results; in RenderServerSockets()
Dchannelz.h239 intptr_t max_results);
/third_party/grpc/src/python/grpcio_channelz/grpc_channelz/v1/
D_servicer.py70 request.max_results),
/third_party/grpc/src/cpp/server/channelz/
Dchannelz_service.cc93 request->server_id(), request->start_socket_id(), request->max_results()); in GetServerSockets()
/third_party/grpc/include/grpc/
Dgrpc.h530 intptr_t max_results);
/third_party/freetype/src/sfnt/
Dttcmap.c2954 FT_UInt32 max_results; member
2967 cmap->max_results = 0; in tt_cmap14_done()
2978 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure()
2982 if ( num_results > cmap->max_results ) in tt_cmap14_ensure()
2989 cmap->max_results = num_results; in tt_cmap14_ensure()
3004 cmap->max_results = 0; in tt_cmap14_init()
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c2964 FT_UInt32 max_results; member
2977 cmap->max_results = 0; in tt_cmap14_done()
2988 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure()
2992 if ( num_results > cmap->max_results ) in tt_cmap14_ensure()
2999 cmap->max_results = num_results; in tt_cmap14_ensure()
3014 cmap->max_results = 0; in tt_cmap14_init()
/third_party/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttcmap.c2955 FT_UInt32 max_results; member
2968 cmap->max_results = 0; in tt_cmap14_done()
2979 FT_UInt32 old_max = cmap->max_results; in tt_cmap14_ensure()
2983 if ( num_results > cmap->max_results ) in tt_cmap14_ensure()
2990 cmap->max_results = num_results; in tt_cmap14_ensure()
3005 cmap->max_results = 0; in tt_cmap14_init()
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto452 int64 max_results = 2; field
477 int64 max_results = 2; field
514 int64 max_results = 3; field
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h284 …nnelz_get_server_sockets_type)(intptr_t server_id, intptr_t start_socket_id, intptr_t max_results);