Searched defs:typearray (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/contrib/sdb/pgsql/
H A Dzonetodb.c83 unsigned char typearray[20]; local
97 isc_buffer_init(&b, typearray, sizeof(typearray) - 1);
100 typearray[isc_buffer_usedlength(&b)] = 0;
101 quotestring((const unsigned char *)typearray, canontypearray);
/bind-9.11.3/contrib/sdb/sqlite/
H A Dzone2sqlite.c97 unsigned char typearray[20]; local
110 isc_buffer_init(&b, typearray, sizeof(typearray) - 1);
113 typearray[isc_buffer_usedlength(&b)] = 0;
124 namearray, ttl, typearray, dataarray);

Completed in 7 milliseconds