Home
last modified time | relevance | path

Searched refs:sh_end (Results 1 – 10 of 10) sorted by relevance

/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
215 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
224 sh->sh_end = base + size; in slap_sl_mem_create()
315 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
458 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
498 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
674 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
215 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
224 sh->sh_end = base + size; in slap_sl_mem_create()
315 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
458 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
498 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
674 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
215 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
224 sh->sh_end = base + size; in slap_sl_mem_create()
315 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
458 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
498 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
674 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
215 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
224 sh->sh_end = base + size; in slap_sl_mem_create()
315 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
423 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
458 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
498 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
650 if ( sh && ptr >= sh->sh_base && ptr <= sh->sh_end ) in slap_sl_release()
674 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
219 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
228 sh->sh_end = base + size; in slap_sl_mem_create()
319 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
427 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
462 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
502 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
665 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dsl_malloc.c92 void *sh_end; member
219 if (size > (ber_len_t) ((char *) sh->sh_end - base)) { in slap_sl_mem_create()
228 sh->sh_end = base + size; in slap_sl_mem_create()
319 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) sh->sh_last)) { in slap_sl_malloc()
427 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_realloc()
462 if (size < (ber_len_t) ((char *) sh->sh_end - (char *) p)) { in slap_sl_realloc()
502 if (No_sl_malloc || !sh || ptr < sh->sh_base || ptr >= sh->sh_end) { in slap_sl_free()
665 if (sh && ptr >= sh->sh_base && ptr <= sh->sh_end) { in slap_sl_context()
/dports/textproc/gpp/gpp-2.24/src/
H A Dgpp.c1351 int SplicePossibleUser(int *idstart,int *idend,int *sh_end,int *lg_end, in SplicePossibleUser() argument
1362 *sh_end=*idend; in SplicePossibleUser()
1363 if (!matchEndSequence(S->User.mEnd,sh_end)) *sh_end=-1; in SplicePossibleUser()
1382 if (getChar(pos)==0) return (*sh_end>=0); /* EOF */ in SplicePossibleUser()
1400 return ((*lg_end>=0)||(*sh_end>=0)); in SplicePossibleUser()
2470 int idstart,idend,sh_end,lg_end,macend; in ParsePossibleUser() local
2478 if (!SplicePossibleUser(&idstart,&idend,&sh_end,&lg_end, in ParsePossibleUser()
2481 if ((sh_end>=0)&&(C->namedargs!=NULL)) { in ParsePossibleUser()
2485 shiftIn(sh_end); in ParsePossibleUser()
2491 if (lg_end>=0) macend=lg_end; else { macend=sh_end; argc=0; } in ParsePossibleUser()
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Ddwfl_module_getdwarf.c251 const GElf_Addr sh_end = sh_addr + sh_size; in consider_shdr() local
252 if (sh_end > *phighest) in consider_shdr()
253 *phighest = sh_end; in consider_shdr()
/dports/devel/radare2/radare2-5.1.1/libr/bin/format/elf/
H A Delf.c3550 ut64 sh_end = sh_begin + bin->shdr[i].sh_size; local
3554 if (sh_end > bin->size) {
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia.c11718 char *cp, *sh, *sh_end, *sh_save; in set_variable_sip_param() local
11724 sh_end = sh + sizeof(sip_header_name) - 1; in set_variable_sip_param()
11734 for (cp = header_type; (*cp && (sh < (sh_end - 1))); cp++, sh++) { in set_variable_sip_param()
11751 for (cp = (char *) (*params); ((*cp != '=') && *cp && (sh < sh_end)); cp++, sh++) { in set_variable_sip_param()