Searched defs:array (Results 1 - 25 of 118) sorted by relevance

12345

/httpd/modules/core/
H A Dmod_macro.c92 return configuration-parsed arguments from line as an array.
131 get read lines as an array till end_token.
293 warn about empty strings in array. could be legitimate.
296 const apr_array_header_t * array)
298 char **tab = (char **) array->elts;
300 for (i = 0; i < array->nelts; i++) {
450 return the result as a newly allocated array, if result is defined.
480 /* append substituted line to result array */
559 apr_array_header_t *contents; /* array of char * */
646 close the array strea
295 check_macro_use_arguments(const char *where, const apr_array_header_t * array) argument
[all...]
/httpd/modules/loggers/
H A Dmod_log_config.c222 * an array of the logs we are going to use, each of type config_log_state.
230 * points to the same array as config_logs in the main server, and
231 * config_logs points to the array of logs defined inside this vhost,
1537 /* First init the buffered logs array, which is needed when opening the logs. */
1565 buffered_log **array = (buffered_log **)all_buffered_logs->elts; local
1570 buffered_log *this = array[i];
/httpd/modules/proxy/
H A Dproxy_util.c3275 apr_array_header_t *array; member in struct:header_connection
3283 x->error = ap_parse_token_list_strict(x->pool, val, &x->array, !x->is_req);
3298 x.array = NULL;
3313 if (x.array) {
3315 for (i = 0; i < x.array->nelts; i++) {
3316 const char *name = APR_ARRAY_IDX(x.array, i, const char *);
/httpd/modules/ssl/
H A Dssl_engine_kernel.c2166 static int ssl_array_index(apr_array_header_t *array, argument
2170 for (i = 0; i < array->nelts; i++) {
2171 const char *p = APR_ARRAY_IDX(array, i, const char*);
2372 * anything to the protos array, or because all strings added to the array
H A Dssl_engine_vars.c686 /* return the first entry from this 1-element array */
1083 apr_array_header_t *array = NULL; local
1111 /* Create an array large enough to accomodate every extension. This is
1114 array = apr_array_make(p, count, sizeof(char *));
1122 * value and add it to the array we're building.
1131 char **ptr = apr_array_push(array);
1143 if (array->nelts == 0)
1144 array = NULL;
1153 return array;
/httpd/os/unix/
H A Dunixd.c240 unsigned short *array; member in union:semun
/httpd/server/
H A Dconfig.c1697 * and an apr_array_header_t pointer for the string array.
1700 apr_array_header_t *array; member in struct:__anon357
1705 /* arr_elts_getstr() returns the next line from the string array. */
1711 /* End of array reached? */
1712 if (++arr_param->curr_idx > arr_param->array->nelts)
1716 elt = ((char **)arr_param->array->elts)[arr_param->curr_idx - 1];
1728 arr_param->curr_idx = arr_param->array->nelts;
1744 arr_parms.array = arr;
/httpd/test/
H A Dtime-sem.c216 ushort *array; member in union:semun
/illumos-gate/usr/src/lib/efcode/engine/
H A Dactions.c284 define_actions(fcode_env_t *env, int n, token_t *array) argument
294 COMPILE_TOKEN(&array[a]);
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Doid.c175 * Form a gss_OID_set from an array of gss_OID_desc.
179 const gss_OID_desc *array[], size_t nel)
201 /* For each element in the array, addit to the set */
203 if (__OID_copy_desc(&set->elements[i], array[i])
178 __OID_copy_set_from_array(gss_OID_set *dest, const gss_OID_desc *array[], size_t nel) argument
/illumos-gate/usr/src/lib/krb5/dyn/
H A Ddyn.h37 DynPtr array; member in struct:_DynObject
/illumos-gate/usr/src/lib/libgen/common/
H A Dbufsplit.c34 * Fill pointer array with pointers to fields.
35 * Return the number of fields assigned to the array[].
36 * The remainder of the array elements point to the end of the buffer.
39 * The delimiters are changed to null-bytes in the buffer and array of
78 bufsplit(char *buf, size_t dim, char **array) argument
91 if (!dim ^ !array)
93 if (buf && !dim && !array) {
99 array[numsplit] = buf;
110 buf = strrchr(array[numsplit-1], '\0');
112 array[
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dptrmove.c57 __m_ptr_move(void **array, unsigned int length, argument
64 reverse(array, to, start-1);
65 reverse(array, start, finish);
66 reverse(array, to, finish);
68 reverse(array, start, finish);
69 reverse(array, finish+1, to-1);
70 reverse(array, start, to-1);
/illumos-gate/usr/src/lib/libpkg/common/
H A Druncmd.c553 char *array[MAX_EXEC_CMD_ARGS+1]; local
557 * Create argument array for exec system call
560 bzero(array, sizeof (array));
565 array[argno] = va_arg(ap, char *);
566 if (array[argno] == (char *)NULL) {
573 a_cmd, array));
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsem.h100 ushort *array; /* array for GETALL & SETALL */ member in union:semun
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetisax.c42 * As a convenience, the routine returns the maximum number of array alements
46 getisax(uint32_t *array, uint_t n) argument
59 array[0] = auxv_hwcap;
61 array[1] = auxv_hwcap_2;
63 array[i] = 0;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dsemsys.c53 ushort_t *array; member in union:semun
83 arg = (uintptr_t)va_arg(ap, union semun).array;
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c50 char **array, **arrayp, *name, *p, *pref, buf[MAXPATHLEN]; local
113 if ((ret = __os_malloc(sizeof(char *) * array_size, NULL, &array)) != 0)
115 array[0] = NULL;
117 /* Build an array of the file names. */
129 if ((ret = __os_realloc(&array,
135 if ((ret = __absname(pref, name, &array[n])) != 0)
139 if ((ret = __os_strdup(p + 1, &array[n])) != 0)
143 array[n] = name;
146 array[++n] = NULL;
157 qsort(array, (size_
191 char **array, **arrayp, *p, *real_name; local
380 char **array, **arrayp, **orig, *strp; local
[all...]
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dsem.h32 ushort *array; member in union:semun
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dsem.c61 semarg.array = semvals;
231 ushort *array; member in union:semun
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dutils.c36 GArray *array; local
38 array = g_array_new(TRUE, FALSE, sizeof(char *));
45 g_array_append_vals(array, &t, 1);
49 g_array_append_vals(array, &extra, 1);
50 result = (char **) array->data;
51 g_array_free(array, FALSE);
58 GArray *array; local
65 array = g_array_new(TRUE, FALSE, sizeof(char *));
74 g_array_append_vals(array, &t, 1);
78 result = (char **) array
84 free_string_array(char **array) argument
[all...]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddirectory_server.c151 * Note that on error the array may have been partially populated and will
201 * Note that on error the array may have been partially populated and will
206 uint_list_dav(directory_values_rpc *lvals, const unsigned int *array, int n) argument
223 (void) snprintf(buf, sizeof (buf), "%u", array[i]);
245 * Note that on error the array may have been partially populated and will
250 bin_list_dav(directory_values_rpc *lvals, const void *array, int n, size_t sz) argument
253 char *inbuf = (char *)array;
/illumos-gate/usr/src/cmd/svc/common/
H A Dmanifest_find.c33 * The find_manifests() function can return an array consisting of all the
36 * return of mhash_test_file(). The list that is returned is an array of
78 * (pname) and hash to the array at tsd_array. If necessary, realloc()
223 * This function returns a pointer to an array of manifest_info_t pointers.
225 * directory, dir, that satifies the selection criteria. The array is
226 * returned to arrayp. The array will be terminated with a NULL pointer.
228 * with the array by calling free_manifest_array().
290 * Free the memory associated with the array of manifest_info structures.
293 free_manifest_array(manifest_info_t **array) argument
298 if (array
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_crypto.c39 crypto_free_provider_list(crypto_provider_entry_t *array, uint_t count) argument
41 if (count == 0 || array == NULL)
44 kmem_free(array, count * sizeof (crypto_provider_entry_t));
50 uint_t *count, crypto_mech_name_t **array)
56 array, count, KM_SLEEP));
49 crypto_get_provider_mechanisms(crypto_minor_t *cm, crypto_provider_id_t id, uint_t *count, crypto_mech_name_t **array) argument
H A Dkcf_policy.c104 crypto_mech_name_t **array)
121 *array = policy_desc->pd_disabled_mechs;
135 *array = NULL;
146 crypto_mech_name_t **array)
162 *array = policy_desc->pd_disabled_mechs;
174 *array = NULL;
235 * Loads disabled mechanism array for specified software provider, and
298 * Loads disabled mechanism array for specified device, and
103 kcf_policy_remove_by_name(char *module_name, uint_t *count, crypto_mech_name_t **array) argument
145 kcf_policy_remove_by_dev(char *name, uint_t instance, uint_t *count, crypto_mech_name_t **array) argument

Completed in 188 milliseconds

12345