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

  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_ext.c 57 slapi_extension_destructor_fnptr *destructors; member in struct:slapi_registered_extension_set::slapi_registered_extension
131 assert( registered_extensions.extensions[objecttype].destructors != NULL );
132 destructor = registered_extensions.extensions[objecttype].destructors[extensionhandle];
217 if ( re->destructors == NULL ) {
218 re->destructors = (slapi_extension_destructor_fnptr *)slapi_ch_calloc( re->count,
221 re->destructors = (slapi_extension_destructor_fnptr *)slapi_ch_realloc( (char *)re->destructors,
224 re->destructors[*extensionhandle] = destructor;
  /src/external/gpl3/gcc/dist/gcc/
collect2.cc 25 /* Build tables of static constructors and destructors and run ld. */
234 static struct head destructors; /* list of destructors found */
260 /* Lists to keep libraries to be scanned for global constructors/destructors. */
366 static constructors and destructors.
1661 static constructors and destructors to call. Write the constructor and
1678 "%d destructors found\n",
1679 destructors.number),
1680 destructors.number);
1690 if (constructors.number == 0 && destructors.number ==
232 static struct head destructors; \/* list of destructors found *\/ variable in typeref:struct:head
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
collect2.cc 25 /* Build tables of static constructors and destructors and run ld. */
234 static struct head destructors; /* list of destructors found */
260 /* Lists to keep libraries to be scanned for global constructors/destructors. */
366 static constructors and destructors.
1657 static constructors and destructors to call. Write the constructor and
1674 "%d destructors found\n",
1675 destructors.number),
1676 destructors.number);
1686 if (constructors.number == 0 && destructors.number ==
232 static struct head destructors; \/* list of destructors found *\/ variable in typeref:struct:head
    [all...]

Completed in 25 milliseconds