Home
last modified time | relevance | path

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

/PHP-7.1/ext/interbase/
H A Dphp_ibase_includes.h137 #define BLOB_ID_MASK "0x%" LL_MASK "x" macro
H A Dibase_blobs.c60 return sscanf(id, BLOB_ID_MASK, (ISC_UINT64 *) qd); in _php_ibase_string_to_quad()
63 if (sscanf(id, BLOB_ID_MASK, &res)) { in _php_ibase_string_to_quad()

Completed in 9 milliseconds