Searched refs:keylast (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest085.tcl82 {{-keylast} $key {[test085_ddatum $final]} $postdatum beginning}
83 {{-keylast} $key {[test085_ddatum $final]} $postdatum end}
H A Dtest036.tcl117 set ret [eval {$dbc put} $txn $pflags {-keylast $key $str}]
H A Dtest049.tcl120 foreach flag { after before current keyfirst keylast } {
124 # keyfirst/keylast not allowed in recno
H A Dtest073.tcl125 [$curs put -keylast $key $datum] 0
H A Dmdbscript.tcl339 set ret [$dbc put -keylast $k \
H A Drecd012.tcl421 error_check_good put [$dbc put -keylast $recd012_ofckptkey $sincelast] 0
H A Dtest087.tcl117 [$curs put -keylast $key $datum] 0
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c1243 char *value, *keylast; local
1254 keylast = key + strlen(key);
1266 while (c < keylast && *p == *c && !apr_isspace(*p)) {
1272 if (c != keylast || !apr_isspace(*p)) {

Completed in 96 milliseconds