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

  /src/external/bsd/openldap/dist/servers/slapd/
schema_prep.c 256 int rc, noc, i; local
260 for( noc=0; values[noc].bv_val != NULL; noc++ ) {
265 socs = slap_sl_malloc( (noc+16) * sizeof( ObjectClass * ), ctx );
268 for( i=0; i<noc; i++ ) {
273 for( i=0; i<noc; i++ ) {
283 for( k=0; k<noc; k++ ) {
292 sizeof( ObjectClass * ) * (noc+2), ctx );
294 assert( k == noc );
    [all...]
  /src/sys/dev/
smbiosvar.h 193 uint8_t noc; /* number of contained objects */ member in struct:smbios_board
213 uint8_t noc; /* number of contained objects */ member in struct:smbios_chassis
  /src/sys/stand/efiboot/
smbios.h 188 uint8_t noc; /* number of contained objects */ member in struct:smbios_board
208 uint8_t noc; /* number of contained objects */ member in struct:smbios_chassis
  /src/external/mpl/dhcp/dist/common/
options.c 2376 struct option_cache *oc, *noc; local
2421 noc = (struct option_cache *)0;
2422 if (!option_cache_allocate (&noc, MDL))
2425 if (!make_concat (&noc -> expression,
2428 option_cache_dereference (&noc, MDL);
2432 if (!make_concat (&noc -> expression,
2435 option_cache_dereference (&noc, MDL);
2452 option_cache_dereference (&noc, MDL);
2456 noc->expression->op = expr_concat_dclist;
2463 option_reference(&(noc->option), oc->option, MDL)
    [all...]
  /src/external/mpl/dhcp/dist/server/
dhcp.c 1196 struct option_cache *noc = NULL; local
1209 if (option_cache_allocate(&noc, MDL)) {
1211 data_string_copy(&noc->data, &oc->data, MDL);
1213 expression_reference(&noc->expression,
1216 option_reference(&(noc->option), oc->option,
1219 save_option(&dhcp_universe, options, noc);
1220 option_cache_dereference(&noc, MDL);
3309 struct option_cache *noc = (struct option_cache *)0; local
3310 if (option_cache_allocate (&noc, MDL)) {
3312 data_string_copy (&noc -> data
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 1173 int lend = 0, noc = 0; local
1175 while( noc < ncMax-8-1 && !lend ){
1177 int na = (ncMax > SHELL_GULP*4+1 + noc)? SHELL_GULP : (ncMax-1 - noc)/4;
1187 if( !bRC || (noc==0 && nbr==0) ) return 0;
1190 if( nmb != 0 && noc+nmb <= ncMax ){
1191 int iseg = noc;
1192 nmb = WideCharToMultiByte(CP_UTF8, 0, wcBuf,nbr,cBuf+noc,nmb,0,0);
1193 noc += nmb;
1198 if( noc > 0 )
    [all...]

Completed in 23 milliseconds