Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dinit.cpp65 NdbInterpretedCode *ndb_lastrow_code; variable
374 ndb_lastrow_code = new NdbInterpretedCode( NULL, ndb_lastrow, 1 ); in ndb_back_initialize()
375 ndb_lastrow_code->interpret_exit_last_row(); in ndb_back_initialize()
376 ndb_lastrow_code->finalise(); in ndb_back_initialize()
H A Dsearch.cpp751 extern NdbInterpretedCode *ndb_lastrow_code; /* init.cpp */
779 scan->setInterpretedCode(ndb_lastrow_code); in ndb_has_children()