Lines Matching refs:channel_wrap

1924   Local<FunctionTemplate> channel_wrap =
1926 channel_wrap->InstanceTemplate()->SetInternalFieldCount(
1928 channel_wrap->Inherit(AsyncWrap::GetConstructorTemplate(env));
1930 SetProtoMethod(isolate, channel_wrap, "queryAny", Query<QueryAnyWrap>);
1931 SetProtoMethod(isolate, channel_wrap, "queryA", Query<QueryAWrap>);
1932 SetProtoMethod(isolate, channel_wrap, "queryAaaa", Query<QueryAaaaWrap>);
1933 SetProtoMethod(isolate, channel_wrap, "queryCaa", Query<QueryCaaWrap>);
1934 SetProtoMethod(isolate, channel_wrap, "queryCname", Query<QueryCnameWrap>);
1935 SetProtoMethod(isolate, channel_wrap, "queryMx", Query<QueryMxWrap>);
1936 SetProtoMethod(isolate, channel_wrap, "queryNs", Query<QueryNsWrap>);
1937 SetProtoMethod(isolate, channel_wrap, "queryTxt", Query<QueryTxtWrap>);
1938 SetProtoMethod(isolate, channel_wrap, "querySrv", Query<QuerySrvWrap>);
1939 SetProtoMethod(isolate, channel_wrap, "queryPtr", Query<QueryPtrWrap>);
1940 SetProtoMethod(isolate, channel_wrap, "queryNaptr", Query<QueryNaptrWrap>);
1941 SetProtoMethod(isolate, channel_wrap, "querySoa", Query<QuerySoaWrap>);
1943 isolate, channel_wrap, "getHostByAddr", Query<GetHostByAddrWrap>);
1945 SetProtoMethodNoSideEffect(isolate, channel_wrap, "getServers", GetServers);
1946 SetProtoMethod(isolate, channel_wrap, "setServers", SetServers);
1947 SetProtoMethod(isolate, channel_wrap, "setLocalAddress", SetLocalAddress);
1948 SetProtoMethod(isolate, channel_wrap, "cancel", Cancel);
1950 SetConstructorFunction(context, target, "ChannelWrap", channel_wrap);