OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpr_unref
(Results
26 - 48
of
48
) sorted by null
1
2
/external/grpc-grpc/src/core/lib/security/context/
security_context.cc
167
if (
gpr_unref
(&ctx->refcount)) {
/external/grpc-grpc/src/core/lib/transport/
transport.cc
64
if (
gpr_unref
(&refcount->refs)) {
/external/grpc-grpc/src/core/lib/avl/
avl.cc
50
if (
gpr_unref
(&node->refs)) {
/external/grpc-grpc/src/core/lib/iomgr/
tcp_server_custom.cc
195
if (
gpr_unref
(&s->refs)) {
error.cc
187
if (
gpr_unref
(&err->atomics.refs)) {
194
if (
gpr_unref
(&err->atomics.refs)) {
resource_quota.cc
435
if (
gpr_unref
(&rc->refs)) {
650
if (
gpr_unref
(&resource_quota->refs)) {
[
all
...]
tcp_posix.cc
348
if (
gpr_unref
(&tcp->refcount)) {
367
if (
gpr_unref
(&tcp->refcount)) {
[
all
...]
ev_poll_posix.cc
[
all
...]
tcp_server_posix.cc
529
if (
gpr_unref
(&s->refs)) {
tcp_server_windows.cc
177
if (
gpr_unref
(&s->refs)) {
ev_epollex_linux.cc
623
if (p != nullptr &&
gpr_unref
(&p->refs)) {
[
all
...]
/external/grpc-grpc/src/core/lib/security/transport/
security_handshaker.cc
89
if (
gpr_unref
(&h->refs)) {
/external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c
287
printf("%lx", (unsigned long)
gpr_unref
);
/external/grpc-grpc/test/core/end2end/fixtures/
proxy.cc
144
if (
gpr_unref
(&pc->refs)) {
/external/grpc-grpc/src/core/ext/transport/inproc/
inproc_transport.cc
134
if (
gpr_unref
(&t->mu->refs)) {
142
if (
gpr_unref
(&t->refs)) {
[
all
...]
/external/grpc-grpc/src/core/lib/surface/
call.cc
539
if (!
gpr_unref
(&c->ext_ref)) return;
[
all
...]
completion_queue.cc
591
if (
gpr_unref
(&cq->owning_refs)) {
[
all
...]
server.cc
399
if (
gpr_unref
(&server->internal_refcount)) {
[
all
...]
/external/grpc-grpc/src/core/lib/security/security_connector/
security_connector.cc
242
if (
gpr_unref
(&sc->refcount)) sc->vtable->destroy(sc);
[
all
...]
/external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h
727
#define
gpr_unref
macro
[
all
...]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc
209
if (!
gpr_unref
(&t->refs)) return;
224
if (!
gpr_unref
(&t->refs)) return;
[
all
...]
/external/grpc-grpc/src/core/tsi/
ssl_transport_security.cc
[
all
...]
/external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc
[
all
...]
Completed in 575 milliseconds
1
2