Searched refs:nkey (Results 1 – 16 of 16) sorted by relevance
137 char *nkey = NULL; in DBA_NEXTKEY_FUNC() local142 nkey = estrndup(gkey.dptr, gkey.dsize); in DBA_NEXTKEY_FUNC()144 return nkey; in DBA_NEXTKEY_FUNC()
168 char *nkey = NULL; in DBA_NEXTKEY_FUNC() local175 nkey = estrndup(gkey.dptr, gkey.dsize); in DBA_NEXTKEY_FUNC()179 return nkey; in DBA_NEXTKEY_FUNC()
154 char *nkey = NULL; in DBA_NEXTKEY_FUNC() local162 nkey = estrndup(gkey.dptr, gkey.dsize); in DBA_NEXTKEY_FUNC()168 return nkey; in DBA_NEXTKEY_FUNC()
197 char *nkey = NULL; in DBA_NEXTKEY_FUNC() local204 nkey = estrndup(gkey.data, gkey.size); in DBA_NEXTKEY_FUNC()209 return nkey; in DBA_NEXTKEY_FUNC()
249 char *nkey = NULL; local260 nkey = estrndup(gkey.data, gkey.size);273 return nkey;
1095 char *nkey; in PHP_FUNCTION() local1106 nkey = info->hnd->nextkey(info, &len TSRMLS_CC); in PHP_FUNCTION()1108 if (nkey) in PHP_FUNCTION()1109 RETURN_STRINGL(nkey, len, 0); in PHP_FUNCTION()
41 echo "\nkey length=".strlen($key)."\n";
33 echo "\nkey length=".strlen($key)."\n";
51 echo "\nkey length=".strlen($keys[$i])."\n";
52 echo "\nkey length=".strlen($keys[$i])."\n";
40 echo "\nkey length=".strlen($key)."\n";
48 echo "\nkey length=".strlen($key)."\n";
53 echo "\nkey length=".strlen($keys[$i])."\n";
51 echo "\nkey length=".strlen($key)."\n";
53 echo "\nkey length=".strlen($key)."\n";
Completed in 31 milliseconds