MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / API_ROUTINE gds__prefix_lock

Function API_ROUTINE gds__prefix_lock

src/yvalve/gds.cpp:1889–1907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1887
1888
1889void API_ROUTINE gds__prefix_lock(TEXT* string, const TEXT* root)
1890{
1891/********************************************************
1892 *
1893 * g d s _ $ p r e f i x _ l o c k
1894 *
1895 ********************************************************
1896 *
1897 * Functional description
1898 * Find appropriate Firebird lock file prefix.
1899 *
1900 **************************************/
1901 string[0] = 0;
1902
1903 GDS_init_prefix();
1904
1905 strcpy(string, fb_prefix_lock); // safe - no BO
1906 iscSafeConcatPath(string, root);
1907}
1908
1909
1910void API_ROUTINE gds__prefix_msg(TEXT* string, const TEXT* root)

Callers

nothing calls this directly

Calls 2

GDS_init_prefixFunction · 0.85
iscSafeConcatPathFunction · 0.85

Tested by

no test coverage detected