MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / unsupported

Function unsupported

src/remote/client/interface.cpp:9969–9983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9967
9968
9969static void unsupported()
9970{
9971/**************************************
9972 *
9973 * u n s u p p o r t e d
9974 *
9975 **************************************
9976 *
9977 * Functional description
9978 * No_entrypoint is called if there is not entrypoint for a given routine.
9979 *
9980 **************************************/
9981
9982 Arg::Gds(isc_wish_list).raise();
9983}
9984
9985
9986static void zap_packet(PACKET* packet)

Callers 12

getMaxBlobCacheSizeMethod · 0.85
setMaxBlobCacheSizeMethod · 0.85
getMaxInlineBlobSizeMethod · 0.85
setMaxInlineBlobSizeMethod · 0.85
createBatchMethod · 0.85
createReplicatorMethod · 0.85
processMethod · 0.85
freeClientDataMethod · 0.85
fetchMethod · 0.85
getInfoMethod · 0.85
pingMethod · 0.85
cancelOperationMethod · 0.85

Calls 2

GdsClass · 0.85
raiseMethod · 0.45

Tested by

no test coverage detected