Home
last modified time | relevance | path

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

/dports/lang/swi-pl/swipl-8.2.3/packages/odbc/
H A Dodbc.c587 odbc_realloc(void* inptr, size_t bytes) in odbc_realloc() function
2671 { context** tmp = odbc_realloc(executing_contexts,
4376 if ( !(data = odbc_realloc(data, bufsize)) )
4384 if ( !(data = odbc_realloc(data, bufsize)) ) /* not returned */