Searched refs:st_len (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dcontrols.c1767 size_t st_len, st_pos; local
1907 st_len = 0;
1909 st_len += STRLENOF( "IP=" ) + sessionSourceIp.bv_len;
1912 if ( st_len ) st_len++;
1913 st_len += STRLENOF( "NAME=" ) + sessionSourceName.bv_len;
1916 if ( st_len ) st_len++;
1917 st_len += formatOID.bv_len + STRLENOF( "=" )
1921 if ( st_len
[all...]
/macosx-10.10/vim-55/src/
H A Deval.c806 static void prof_sort_list __ARGS((FILE *fd, ufunc_T **sorttab, int st_len, char *title, int prefer_self));
21314 int st_len = 0; local
21331 sorttab[st_len++] = fp;
21359 if (sorttab != NULL && st_len > 0)
21361 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *),
21363 prof_sort_list(fd, sorttab, st_len, "TOTAL", FALSE);
21364 qsort((void *)sorttab, (size_t)st_len, sizeof(ufunc_T *),
21366 prof_sort_list(fd, sorttab, st_len, "SELF", TRUE);
21373 prof_sort_list(fd, sorttab, st_len, title, prefer_self)
21376 int st_len;
[all...]

Completed in 91 milliseconds