Home
last modified time | relevance | path

Searched refs:lutil_atoix (Results 1 – 25 of 54) sorted by relevance

123

/dports/net/openldap24-client/openldap-2.4.59/include/
H A Dlutil.h293 lutil_atoix( int *v, const char *s, int x );
304 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap24-server/openldap-2.4.59/include/
H A Dlutil.h293 lutil_atoix( int *v, const char *s, int x );
304 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap25-client/openldap-2.5.9/include/
H A Dlutil.h307 lutil_atoix( int *v, const char *s, int x );
318 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap25-server/openldap-2.5.9/include/
H A Dlutil.h307 lutil_atoix( int *v, const char *s, int x );
318 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap26-client/openldap-2.6.0/include/
H A Dlutil.h307 lutil_atoix( int *v, const char *s, int x );
318 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap26-server/openldap-2.6.0/include/
H A Dlutil.h307 lutil_atoix( int *v, const char *s, int x );
318 #define lutil_atoi(v, s) lutil_atoix((v), (s), 10)
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dlogging.c288 rc = lutil_atoix( &level, arg, 0 ); in slap_parse_debug_level()
635 if( lutil_atoix( &level, c->argv[i], 0 ) != 0 ) { in config_logging()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dlogging.c288 rc = lutil_atoix( &level, arg, 0 ); in slap_parse_debug_level()
635 if( lutil_atoix( &level, c->argv[i], 0 ) != 0 ) { in config_logging()
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/back-sql/
H A Dschema-map.c456 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
459 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
649 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-sql/
H A Dschema-map.c442 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
445 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
619 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-sql/
H A Dschema-map.c442 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
445 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
619 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/back-sql/
H A Dschema-map.c456 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
459 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
649 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-sql/
H A Dschema-map.c442 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
445 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
619 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-sql/
H A Dschema-map.c442 if ( lutil_atoix( &at_map->bam_param_order, at_row.cols[ 6 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
445 if ( lutil_atoix( &at_map->bam_expect_return, at_row.cols[ 7 ], 0 ) != 0 ) { in backsql_oc_get_attr_mapping()
619 if ( lutil_atoix( &oc_map->bom_expect_return, oc_row.cols[ delete_proc_idx + 1 ], 0 ) != 0 ) { in backsql_load_schema_map()
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dmain.c272 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
H A Dconfig.c1344 if ( lutil_atoix( size, ptr, 0 ) ) { in tcp_buffer_parse()
1787 if ( lutil_atoix( &level, c->argv[i], 0 ) != 0 ) { in config_loglevel()
2201 if ( lutil_atoix( &iarg, c->argv[1], 0 ) != 0 ) { in lload_config_check_vals()
2864 rc = lutil_atoix( iptr, val, 0 ); in lload_cf_aux_table_parse()
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dmain.c272 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
H A Dconfig.c1344 if ( lutil_atoix( size, ptr, 0 ) ) { in tcp_buffer_parse()
1787 if ( lutil_atoix( &level, c->argv[i], 0 ) != 0 ) { in config_loglevel()
2201 if ( lutil_atoix( &iarg, c->argv[1], 0 ) != 0 ) { in lload_config_check_vals()
2864 rc = lutil_atoix( iptr, val, 0 ); in lload_cf_aux_table_parse()
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dmain.c272 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dmain.c272 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dmain.c283 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dmain.c283 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
/dports/net/openldap24-server/openldap-2.4.59/libraries/liblutil/
H A Dutils.c466 lutil_atoix( int *v, const char *s, int x ) in lutil_atoix() function
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dmain.c279 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dmain.c279 rc = lutil_atoix( &level, arg, 0 ); in parse_debug_level()

123