Searched refs:sort_ctrls (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/modules/
H A Dsort.c251 struct ldb_server_sort_control **sort_ctrls; local
277 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
278 if (!sort_ctrls) {
285 if (sort_ctrls[1] != NULL) {
304 ac->attributeName = sort_ctrls[0]->attributeName;
305 ac->orderingRule = sort_ctrls[0]->orderingRule;
306 ac->reverse = sort_ctrls[0]->reverse;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/modules/
H A Dsort.c251 struct ldb_server_sort_control **sort_ctrls; local
277 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
278 if (!sort_ctrls) {
285 if (sort_ctrls[1] != NULL) {
304 ac->attributeName = sort_ctrls[0]->attributeName;
305 ac->orderingRule = sort_ctrls[0]->orderingRule;
306 ac->reverse = sort_ctrls[0]->reverse;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/modules/
H A Dsort.c251 struct ldb_server_sort_control **sort_ctrls; local
277 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
278 if (!sort_ctrls) {
285 if (sort_ctrls[1] != NULL) {
304 ac->attributeName = sort_ctrls[0]->attributeName;
305 ac->orderingRule = sort_ctrls[0]->orderingRule;
306 ac->reverse = sort_ctrls[0]->reverse;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dsort.c218 struct ldb_server_sort_control **sort_ctrls; local
245 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
246 if (!sort_ctrls) {
253 if (sort_ctrls[1] != NULL) {
278 ac->attributeName = sort_ctrls[0]->attributeName;
279 ac->orderingRule = sort_ctrls[0]->orderingRule;
280 ac->reverse = sort_ctrls[0]->reverse;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dsort.c218 struct ldb_server_sort_control **sort_ctrls; local
245 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
246 if (!sort_ctrls) {
253 if (sort_ctrls[1] != NULL) {
278 ac->attributeName = sort_ctrls[0]->attributeName;
279 ac->orderingRule = sort_ctrls[0]->orderingRule;
280 ac->reverse = sort_ctrls[0]->reverse;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/modules/
H A Dsort.c218 struct ldb_server_sort_control **sort_ctrls; local
245 sort_ctrls = talloc_get_type(control->data, struct ldb_server_sort_control *);
246 if (!sort_ctrls) {
253 if (sort_ctrls[1] != NULL) {
278 ac->attributeName = sort_ctrls[0]->attributeName;
279 ac->orderingRule = sort_ctrls[0]->orderingRule;
280 ac->reverse = sort_ctrls[0]->reverse;

Completed in 123 milliseconds