HomeSort by: relevance | last modified time | path
    Searched defs:noreinit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 65 * Alternatively, include "noreinit" (below) in $LDAP_THREAD_DEBUG.
83 * Implies noreinit,noalloc.
84 * noreinit - Do not catch reinitialization of existing resources.
141 static int nomem, noreinit; variable
269 { "noreinit", &noreinit, 1 },
323 noreinit = 1;
403 if( !noreinit ) {
485 * Valid programs access uninitialized memory here unless "noreinit".
thr_debug.c 65 * Alternatively, include "noreinit" (below) in $LDAP_THREAD_DEBUG.
83 * Implies noreinit,noalloc.
84 * noreinit - Do not catch reinitialization of existing resources.
141 static int nomem, noreinit; variable
269 { "noreinit", &noreinit, 1 },
323 noreinit = 1;
403 if( !noreinit ) {
485 * Valid programs access uninitialized memory here unless "noreinit".

Completed in 53 milliseconds