Home
last modified time | relevance | path

Searched refs:MAX_COMPLETIONS (Results 1 – 16 of 16) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/registry/tools/
H A Dregshell.c283 #define MAX_COMPLETIONS 100 macro
293 matches = malloc_array_p(char *, MAX_COMPLETIONS); in reg_complete_command()
298 for (i=0;regshell_cmds[i].handle && count < MAX_COMPLETIONS-1;i++) { in reg_complete_command()
347 matches = malloc_array_p(char *, MAX_COMPLETIONS); in reg_complete_key()
355 for(i = 0; j < MAX_COMPLETIONS-1; i++) { in reg_complete_key()
/dports/net/samba412/samba-4.12.15/source4/lib/registry/tools/
H A Dregshell.c422 #define MAX_COMPLETIONS 100 macro
433 matches = malloc_array_p(char *, MAX_COMPLETIONS); in reg_complete_command()
438 for (i=0;regshell_cmds[i].handle && count < MAX_COMPLETIONS-1;i++) { in reg_complete_command()
485 matches = malloc_array_p(char *, MAX_COMPLETIONS); in reg_complete_key()
493 for(i = 0; j < MAX_COMPLETIONS-1; i++) { in reg_complete_key()
/dports/net/samba412/samba-4.12.15/source3/torture/
H A Dvfstest.c53 #define MAX_COMPLETIONS 100 in completion_fn() macro
65 matches = SMB_MALLOC_ARRAY(char *, MAX_COMPLETIONS); in completion_fn()
71 while (commands && count < MAX_COMPLETIONS-1) in completion_fn()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/find/
H A Dfindplugin.cpp71 const int MAX_COMPLETIONS = 50; variable
172 while (m_entries.size() > MAX_COMPLETIONS) in updateCompletion()
442 while (completions.size() > MAX_COMPLETIONS) in updateCompletion()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_arm.c54 #define MAX_COMPLETIONS 16 macro
129 VCHIQ_COMPLETION_DATA_T completions[MAX_COMPLETIONS];
233 (instance->completion_remove + MAX_COMPLETIONS)) { in add_completion()
253 (MAX_COMPLETIONS - 1)]; in add_completion()
767 (MAX_COMPLETIONS - 1)]; in vchiq_ioctl()
1187 (MAX_COMPLETIONS - 1)]; in vchiq_close()
1307 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c42 #define MAX_COMPLETIONS 128 macro
78 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
525 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
544 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1154 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1969 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()
2114 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c42 #define MAX_COMPLETIONS 128 macro
78 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
525 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
544 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1154 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1969 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()
2114 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c42 #define MAX_COMPLETIONS 128 macro
78 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS];
525 while ((insert - instance->completion_remove) >= MAX_COMPLETIONS) { in add_completion()
544 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
1154 remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1969 instance->completion_remove & (MAX_COMPLETIONS - 1)]; in vchiq_release()
2114 MAX_COMPLETIONS); in vchiq_dump_platform_instances()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dreadline.c325 #define MAX_COMPLETIONS 50 macro
636 static char * completions[MAX_COMPLETIONS]; in fn_completion()
728 if (n_completions == MAX_COMPLETIONS) break; in fn_completion()
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dreadline.c325 #define MAX_COMPLETIONS 50 macro
636 static char * completions[MAX_COMPLETIONS]; in fn_completion()
728 if (n_completions == MAX_COMPLETIONS) break; in fn_completion()
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Drpcclient.c73 #define MAX_COMPLETIONS 1000 in completion_fn() macro
91 matches = SMB_MALLOC_ARRAY(char *, MAX_COMPLETIONS); in completion_fn()
102 while (commands && count < MAX_COMPLETIONS-1) { in completion_fn()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dreadline.c317 #define MAX_COMPLETIONS 50 macro
628 static char * completions[MAX_COMPLETIONS]; in fn_completion()
720 if (n_completions == MAX_COMPLETIONS) break; in fn_completion()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/client/
H A Dclient.c2717 #define MAX_COMPLETIONS 100 macro
2731 …if ((info->count < MAX_COMPLETIONS - 1) && (strncmp(info->text, f->name, info->len) == 0) && (!ISD… in completion_remote_filter()
2773 info.matches = malloc_array_p(char *, MAX_COMPLETIONS); in remote_completion()
2853 matches = malloc_array_p(char *, MAX_COMPLETIONS); in completion_fn()
2858 for (i=0;commands[i].fn && count < MAX_COMPLETIONS-1;i++) { in completion_fn()
/dports/net/samba412/samba-4.12.15/source4/client/
H A Dclient.c2916 #define MAX_COMPLETIONS 100
2930 …if ((info->count < MAX_COMPLETIONS - 1) && (strncmp(info->text, f->name, info->len) == 0) && (!ISD…
2973 info.matches = malloc_array_p(char *, MAX_COMPLETIONS);
3058 matches = malloc_array_p(char *, MAX_COMPLETIONS);
3063 for (i=0;commands[i].fn && count < MAX_COMPLETIONS-1;i++) {
/dports/devel/anjuta/anjuta-3.34.0/plugins/language-support-python/
H A Dpython-assist.c46 #define MAX_COMPLETIONS 30 macro
/dports/net/samba412/samba-4.12.15/source3/client/
H A Dclient.c5766 #define MAX_COMPLETIONS 100 macro
5783 if (info->count >= MAX_COMPLETIONS - 1) { in completion_remote_filter()
5855 info.matches = SMB_MALLOC_ARRAY(char *,MAX_COMPLETIONS); in remote_completion()
6002 matches = SMB_MALLOC_ARRAY(char *, MAX_COMPLETIONS); in completion_fn()
6009 for (i=0;commands[i].fn && count < MAX_COMPLETIONS-1;i++) { in completion_fn()