HomeSort by: relevance | last modified time | path
    Searched defs:indexes (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
attr.c 102 char **indexes = NULL; local
114 indexes = ldap_str2charray( argv[1], "," );
116 if( indexes == NULL ) {
118 "no indexes specified: %s\n",
125 if( indexes == NULL ) {
131 for ( i = 0; indexes[i] != NULL; i++ ) {
134 rc = slap_str2index( indexes[i], &index );
140 "index type \"%s\" undefined", indexes[i] );
157 "no indexes selected" );
358 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
attr.c 102 char **indexes = NULL; local
114 indexes = ldap_str2charray( argv[1], "," );
116 if( indexes == NULL ) {
118 "no indexes specified: %s\n",
125 if( indexes == NULL ) {
131 for ( i = 0; indexes[i] != NULL; i++ ) {
134 rc = slap_str2index( indexes[i], &index );
140 "index type \"%s\" undefined", indexes[i] );
157 "no indexes selected" );
358 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
attr.c 102 char **indexes = NULL; local
114 indexes = ldap_str2charray( argv[1], "," );
116 if( indexes == NULL ) {
118 "no indexes specified: %s\n",
125 if( indexes == NULL ) {
131 for ( i = 0; indexes[i] != NULL; i++ ) {
134 rc = slap_str2index( indexes[i], &index );
140 "index type \"%s\" undefined", indexes[i] );
157 "no indexes selected" );
358 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
256 st->indexes = NULL;
262 OPENSSL_free(st->indexes);
263 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
256 st->indexes = NULL;
262 OPENSSL_free(st->indexes);
263 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
256 st->indexes = NULL;
262 OPENSSL_free(st->indexes);
263 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
252 st->indexes = NULL;
258 OPENSSL_free(st->indexes);
259 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
252 st->indexes = NULL;
258 OPENSSL_free(st->indexes);
259 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 48 /* Array of indexes into the bignum stack */
49 unsigned int *indexes; member in struct:bignum_ctx_stack
100 while (bnidx++ < stack->indexes[fpidx])
252 st->indexes = NULL;
258 OPENSSL_free(st->indexes);
259 st->indexes = NULL;
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
277 OPENSSL_free(st->indexes);
278 st->indexes = newitems;
281 st->indexes[(st->depth)++] = idx
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_ctx.c 60 /* Array of indexes into the bignum stack */
61 unsigned int *indexes; member in struct:bignum_ctx_stack
108 while (bnidx++ < stack->indexes[fpidx])
245 st->indexes = NULL;
251 OPENSSL_free(st->indexes);
252 st->indexes = NULL;
269 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
270 OPENSSL_free(st->indexes);
271 st->indexes = newitems;
274 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 60 /* Array of indexes into the bignum stack */
61 unsigned int *indexes; member in struct:bignum_ctx_stack
108 while (bnidx++ < stack->indexes[fpidx])
245 st->indexes = NULL;
251 OPENSSL_free(st->indexes);
252 st->indexes = NULL;
269 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
270 OPENSSL_free(st->indexes);
271 st->indexes = newitems;
274 st->indexes[(st->depth)++] = idx
    [all...]
bn_ctx.c 60 /* Array of indexes into the bignum stack */
61 unsigned int *indexes; member in struct:bignum_ctx_stack
108 while (bnidx++ < stack->indexes[fpidx])
245 st->indexes = NULL;
251 OPENSSL_free(st->indexes);
252 st->indexes = NULL;
269 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth);
270 OPENSSL_free(st->indexes);
271 st->indexes = newitems;
274 st->indexes[(st->depth)++] = idx
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
attr.c 210 char **indexes = NULL; local
222 indexes = ldap_str2charray( argv[1], "," );
224 if( indexes == NULL ) {
226 "no indexes specified: %s\n",
233 if( indexes == NULL ) {
239 for ( i = 0; indexes[i] != NULL; i++ ) {
241 rc = slap_str2index( indexes[i], &index );
247 "index type \"%s\" undefined", indexes[i] );
264 "no indexes selected" );
482 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
attr.c 210 char **indexes = NULL; local
222 indexes = ldap_str2charray( argv[1], "," );
224 if( indexes == NULL ) {
226 "no indexes specified: %s\n",
233 if( indexes == NULL ) {
239 for ( i = 0; indexes[i] != NULL; i++ ) {
241 rc = slap_str2index( indexes[i], &index );
247 "index type \"%s\" undefined", indexes[i] );
264 "no indexes selected" );
482 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
attr.c 210 char **indexes = NULL; local
222 indexes = ldap_str2charray( argv[1], "," );
224 if( indexes == NULL ) {
226 "no indexes specified: %s\n",
233 if( indexes == NULL ) {
239 for ( i = 0; indexes[i] != NULL; i++ ) {
241 rc = slap_str2index( indexes[i], &index );
247 "index type \"%s\" undefined", indexes[i] );
264 "no indexes selected" );
482 if ( indexes != NULL ) ldap_charray_free( indexes )
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
value.c 269 /* assign new indexes to an attribute's ordered values */
319 * If the values have indexes, sort them.
350 /* If values have indexes, sort the values */
352 int *indexes, j, idx; local
376 indexes = ch_malloc( vals * sizeof(int) );
379 indexes[i] = strtol(a->a_vals[i].bv_val+1, &ptr, 0);
381 ch_free( indexes );
388 idx = indexes[i];
392 while ((j > 0) && (indexes[j-1] > idx)) {
393 indexes[j] = indexes[j-1]
    [all...]
value.c 269 /* assign new indexes to an attribute's ordered values */
319 * If the values have indexes, sort them.
350 /* If values have indexes, sort the values */
352 int *indexes, j, idx; local
376 indexes = ch_malloc( vals * sizeof(int) );
379 indexes[i] = strtol(a->a_vals[i].bv_val+1, &ptr, 0);
381 ch_free( indexes );
388 idx = indexes[i];
392 while ((j > 0) && (indexes[j-1] > idx)) {
393 indexes[j] = indexes[j-1]
    [all...]
value.c 269 /* assign new indexes to an attribute's ordered values */
319 * If the values have indexes, sort them.
350 /* If values have indexes, sort the values */
352 int *indexes, j, idx; local
376 indexes = ch_malloc( vals * sizeof(int) );
379 indexes[i] = strtol(a->a_vals[i].bv_val+1, &ptr, 0);
381 ch_free( indexes );
388 idx = indexes[i];
392 while ((j > 0) && (indexes[j-1] > idx)) {
393 indexes[j] = indexes[j-1]
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
read-debug-names.c 350 std::vector<std::unique_ptr<cooked_index_shard>> indexes; local
351 indexes.push_back (std::move (m_map.shard));
357 table->set_contents (std::move (indexes), &m_warnings, nullptr);
read-debug-names.c 350 std::vector<std::unique_ptr<cooked_index_shard>> indexes; local
351 indexes.push_back (std::move (m_map.shard));
357 table->set_contents (std::move (indexes), &m_warnings, nullptr);
read-debug-names.c 350 std::vector<std::unique_ptr<cooked_index_shard>> indexes; local
351 indexes.push_back (std::move (m_map.shard));
357 table->set_contents (std::move (indexes), &m_warnings, nullptr);
  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 458 htab_t indexes; /* Maps group name to index in head array. */ member in struct:group_list
508 if (!groups.indexes)
512 groups.indexes = htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
518 *group_idx = str_hash_find_int (groups.indexes, match->group_name);
554 str_hash_insert_int (groups.indexes, match->group_name, i, 0);
3029 if (groups.indexes)
3031 htab_delete (groups.indexes);
obj-elf.c 458 htab_t indexes; /* Maps group name to index in head array. */ member in struct:group_list
508 if (!groups.indexes)
512 groups.indexes = htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
518 *group_idx = str_hash_find_int (groups.indexes, match->group_name);
554 str_hash_insert_int (groups.indexes, match->group_name, i, 0);
3029 if (groups.indexes)
3031 htab_delete (groups.indexes);
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 454 htab_t indexes; /* Maps group name to index in head array. */ member in struct:group_list
504 if (!groups.indexes)
508 groups.indexes = htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
514 *group_idx = str_hash_find_int (groups.indexes, match->group_name);
550 str_hash_insert_int (groups.indexes, match->group_name, i, 0);
3195 if (groups.indexes)
3197 htab_delete (groups.indexes);
obj-elf.c 454 htab_t indexes; /* Maps group name to index in head array. */ member in struct:group_list
504 if (!groups.indexes)
508 groups.indexes = htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
514 *group_idx = str_hash_find_int (groups.indexes, match->group_name);
550 str_hash_insert_int (groups.indexes, match->group_name, i, 0);
3195 if (groups.indexes)
3197 htab_delete (groups.indexes);

Completed in 100 milliseconds

1 2