Home
last modified time | relevance | path

Searched refs:next_address (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/core/lib/http/
Dhttpcli.cc49 size_t next_address; member
89 static void next_address(internal_request* req, grpc_error* due_to_error);
118 grpc_resolved_address* addr = &req->addresses->addrs[req->next_address - 1]; in append_error()
149 next_address(req, GRPC_ERROR_REF(error)); in on_read()
162 next_address(req, GRPC_ERROR_REF(error)); in done_write()
176 next_address(req, GRPC_ERROR_CREATE_FROM_STATIC_STRING( in on_handshake_done()
189 next_address(req, GRPC_ERROR_REF(error)); in on_connected()
197 static void next_address(internal_request* req, grpc_error* error) { in next_address() function
202 if (req->next_address == req->addresses->naddrs) { in next_address()
208 addr = &req->addresses->addrs[req->next_address++]; in next_address()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_binder.c74 uint64_t next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc() local
80 next_address = binder->bo->address + IRIS_BINDER_SIZE; in binder_realloc()
81 if (next_address >= IRIS_MEMZONE_BINDLESS_START) in binder_realloc()
82 next_address = IRIS_MEMZONE_BINDER_START; in binder_realloc()
90 binder->bo->address = next_address; in binder_realloc()
/third_party/libsoup/libsoup/
Dsoup-address.c1142 next_address (SoupAddressAddressEnumerator *addr_enum) in next_address() function
1179 return next_address (addr_enum); in soup_address_address_enumerator_next()
1194 socket_addr = next_address (g_task_get_source_object (task)); in got_addresses()
1217 g_task_return_pointer (task, next_address (addr_enum), g_object_unref); in soup_address_address_enumerator_next_async()