Searched refs:APR_LABELLEN (Results 1 – 3 of 3) sorted by relevance
22 #ifndef APR_LABELLEN23 #define APR_LABELLEN 16 macro72 char apc_label[APR_LABELLEN];73 char apc_config[APR_LABELLEN];98 char apr_label[APR_LABELLEN]; /* Proxy label # */
72 #ifndef APR_LABELLEN73 #define APR_LABELLEN 16 macro
1687 strncpy(pcmd.apc_label, proxy, APR_LABELLEN); in proxy_loadconfig()1688 pcmd.apc_label[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()1690 strncpy(pcmd.apc_config, conf, APR_LABELLEN); in proxy_loadconfig()1691 pcmd.apc_config[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()