operation 223 libcli/ldap/ldap_message.c switch (tree->operation) {
operation 226 libcli/ldap/ldap_message.c asn1_push_tag(data, ASN1_CONTEXT(tree->operation==LDB_OP_AND?0:1));
operation 774 libcli/ldap/ldap_message.c ret->operation = (filter_tag == 0)?LDB_OP_AND:LDB_OP_OR;
operation 810 libcli/ldap/ldap_message.c ret->operation = LDB_OP_NOT;
operation 833 libcli/ldap/ldap_message.c ret->operation = LDB_OP_EQUALITY;
operation 853 libcli/ldap/ldap_message.c ret->operation = LDB_OP_SUBSTRING;
operation 945 libcli/ldap/ldap_message.c ret->operation = LDB_OP_GREATER;
operation 964 libcli/ldap/ldap_message.c ret->operation = LDB_OP_LESS;
operation 981 libcli/ldap/ldap_message.c ret->operation = LDB_OP_PRESENT;
operation 1002 libcli/ldap/ldap_message.c ret->operation = LDB_OP_APPROX;
operation 1050 libcli/ldap/ldap_message.c ret->operation = LDB_OP_EXTENDED;
operation 1066 libcli/ldap/ldap_message.c ret->operation = LDB_OP_EQUALITY;
operation 41 libcli/nbt/namequery.c packet->operation = NBT_OPCODE_QUERY;
operation 43 libcli/nbt/namequery.c packet->operation |= NBT_FLAG_BROADCAST;
operation 46 libcli/nbt/namequery.c packet->operation |= NBT_FLAG_RECURSION_DESIRED;
operation 91 libcli/nbt/namequery.c if ((packet->operation & NBT_RCODE) != 0) {
operation 92 libcli/nbt/namequery.c status = nbt_rcode_to_ntstatus(packet->operation & NBT_RCODE);
operation 151 libcli/nbt/namequery.c packet->operation = NBT_OPCODE_QUERY;
operation 195 libcli/nbt/namequery.c if ((packet->operation & NBT_RCODE) != 0) {
operation 196 libcli/nbt/namequery.c status = nbt_rcode_to_ntstatus(packet->operation & NBT_RCODE);
operation 43 libcli/nbt/namerefresh.c packet->operation = NBT_OPCODE_REFRESH;
operation 45 libcli/nbt/namerefresh.c packet->operation |= NBT_FLAG_BROADCAST;
operation 112 libcli/nbt/namerefresh.c io->out.rcode = packet->operation & NBT_RCODE;
operation 45 libcli/nbt/nameregister.c packet->operation = NBT_OPCODE_MULTI_HOME_REG;
operation 47 libcli/nbt/nameregister.c packet->operation = NBT_OPCODE_REGISTER;
operation 50 libcli/nbt/nameregister.c packet->operation |= NBT_FLAG_BROADCAST;
operation 53 libcli/nbt/nameregister.c packet->operation |= NBT_FLAG_RECURSION_DESIRED;
operation 120 libcli/nbt/nameregister.c io->out.rcode = packet->operation & NBT_RCODE;
operation 42 libcli/nbt/namerelease.c packet->operation = NBT_OPCODE_RELEASE;
operation 44 libcli/nbt/namerelease.c packet->operation |= NBT_FLAG_BROADCAST;
operation 110 libcli/nbt/namerelease.c io->out.rcode = packet->operation & NBT_RCODE;
operation 212 libcli/nbt/nbtsocket.c if (!(packet->operation & NBT_FLAG_REPLY)) {
operation 246 libcli/nbt/nbtsocket.c if ((packet->operation & NBT_OPCODE) == NBT_OPCODE_WACK) {
operation 880 librpc/gen_ndr/drsuapi.h enum drsuapi_DsSpnOperation operation;
operation 238 librpc/gen_ndr/nbt.h uint16_t operation;
operation 5278 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_push_drsuapi_DsSpnOperation(ndr, NDR_SCALARS, r->operation));
operation 5314 librpc/gen_ndr/ndr_drsuapi.c NDR_CHECK(ndr_pull_drsuapi_DsSpnOperation(ndr, NDR_SCALARS, &r->operation));
operation 5374 librpc/gen_ndr/ndr_drsuapi.c ndr_print_drsuapi_DsSpnOperation(ndr, "operation", r->operation);
operation 643 librpc/gen_ndr/ndr_nbt.c NDR_CHECK(ndr_push_nbt_operation(ndr, NDR_SCALARS, r->operation));
operation 690 librpc/gen_ndr/ndr_nbt.c NDR_CHECK(ndr_pull_nbt_operation(ndr, NDR_SCALARS, &r->operation));
operation 749 librpc/gen_ndr/ndr_nbt.c ndr_print_nbt_operation(ndr, "operation", r->operation);
operation 422 source3/groupdb/mapping_ldb.c int operation)
operation 454 source3/groupdb/mapping_ldb.c el.flags = operation;
operation 469 source3/groupdb/mapping_ldb.c if (operation == LDB_FLAG_MOD_ADD &&
operation 74 source3/lib/ctdbd_conn.c (int)hdr->operation, (int)hdr->reqid));
operation 331 source3/lib/ctdbd_conn.c if (hdr->operation == CTDB_REQ_MESSAGE) {
operation 506 source3/lib/ctdbd_conn.c if (msg->hdr.operation != CTDB_REQ_MESSAGE) {
operation 508 source3/lib/ctdbd_conn.c msg->hdr.operation));
operation 656 source3/lib/ctdbd_conn.c r.hdr.operation = CTDB_REQ_MESSAGE;
operation 723 source3/lib/ctdbd_conn.c req.hdr.operation = CTDB_REQ_CONTROL;
operation 762 source3/lib/ctdbd_conn.c if (reply->hdr.operation != CTDB_REPLY_CONTROL) {
operation 902 source3/lib/ctdbd_conn.c req.hdr.operation = CTDB_REQ_CALL;
operation 936 source3/lib/ctdbd_conn.c if (reply->hdr.operation != CTDB_REPLY_CALL) {
operation 964 source3/lib/ctdbd_conn.c req.hdr.operation = CTDB_REQ_CALL;
operation 995 source3/lib/ctdbd_conn.c if (reply->hdr.operation != CTDB_REPLY_CALL) {
operation 482 source3/lib/ldb/common/ldb.c switch (req->operation) {
operation 602 source3/lib/ldb/common/ldb.c req->operation = LDB_SEARCH;
operation 644 source3/lib/ldb/common/ldb.c req->operation = LDB_ADD;
operation 673 source3/lib/ldb/common/ldb.c req->operation = LDB_MODIFY;
operation 702 source3/lib/ldb/common/ldb.c req->operation = LDB_DELETE;
operation 732 source3/lib/ldb/common/ldb.c req->operation = LDB_RENAME;
operation 969 source3/lib/ldb/common/ldb.c req->operation = LDB_SEQUENCE_NUMBER;
operation 375 source3/lib/ldb/common/ldb_match.c switch (tree->operation) {
operation 402 source3/lib/ldb/common/ldb_modules.c switch (request->operation) {
operation 226 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_EXTENDED;
operation 373 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_PRESENT;
operation 380 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_PRESENT;
operation 386 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_SUBSTRING;
operation 404 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_EQUALITY;
operation 415 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_GREATER;
operation 426 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_LESS;
operation 437 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_APPROX;
operation 493 source3/lib/ldb/common/ldb_parse.c ret->operation = op;
operation 551 source3/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_NOT;
operation 664 source3/lib/ldb/common/ldb_parse.c switch (tree->operation) {
operation 667 source3/lib/ldb/common/ldb_parse.c ret = talloc_asprintf(mem_ctx, "(%c", tree->operation==LDB_OP_AND?'&':'|');
operation 782 source3/lib/ldb/common/ldb_parse.c switch (tree->operation) {
operation 249 source3/lib/ldb/include/ldb.h enum ldb_parse_op operation;
operation 750 source3/lib/ldb/include/ldb.h enum ldb_request_type operation;
operation 294 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c switch(t->operation) {
operation 290 source3/lib/ldb/ldb_tdb/ldb_index.c tree2.operation = LDB_OP_EQUALITY;
operation 602 source3/lib/ldb/ldb_tdb/ldb_index.c switch (tree->operation) {
operation 265 source3/lib/ldb/modules/asq.c ac->base_req->operation = req->operation;
operation 327 source3/lib/ldb/modules/asq.c ac->reqs[i]->operation = LDB_SEARCH;
operation 466 source3/lib/ldb/modules/asq.c req->operation = LDB_REQ_REGISTER_CONTROL;
operation 202 source3/lib/ldb/modules/ldb_map.c switch (request->operation) {
operation 868 source3/lib/ldb/modules/ldb_map.c req->operation = LDB_SEARCH;
operation 908 source3/lib/ldb/modules/ldb_map.c tree->operation = LDB_OP_PRESENT;
operation 948 source3/lib/ldb/modules/ldb_map.c req->operation = LDB_MODIFY;
operation 355 source3/lib/ldb/modules/ldb_map_inbound.c ac->local_req->operation = LDB_ADD;
operation 491 source3/lib/ldb/modules/ldb_map_outbound.c switch (subtree->operation) {
operation 521 source3/lib/ldb/modules/ldb_map_outbound.c switch (tree->operation) {
operation 653 source3/lib/ldb/modules/ldb_map_outbound.c if (tree->operation == LDB_OP_NOT) {
operation 657 source3/lib/ldb/modules/ldb_map_outbound.c if (tree->operation == LDB_OP_AND || tree->operation == LDB_OP_OR) {
operation 773 source3/lib/ldb/modules/ldb_map_outbound.c switch (tree->operation) {
operation 815 source3/lib/ldb/modules/ldb_map_outbound.c switch (tree->operation) {
operation 871 source3/lib/ldb/modules/ldb_map_outbound.c if (tree->operation == LDB_OP_NOT) {
operation 875 source3/lib/ldb/modules/ldb_map_outbound.c if ((tree->operation == LDB_OP_AND) || (tree->operation == LDB_OP_OR)) {
operation 1253 source3/lib/ldb/modules/ldb_map_outbound.c local_tree->operation = LDB_OP_PRESENT;
operation 463 source3/lib/ldb/modules/objectclass.c ac->search_req->operation = LDB_SEARCH;
operation 504 source3/lib/ldb/modules/objectclass.c ac->mod_req->operation = LDB_MODIFY;
operation 235 source3/lib/ldb/modules/operational.c down_req->operation = req->operation;
operation 285 source3/lib/ldb/modules/paged_results.c ac->store->req->operation = req->operation;
operation 542 source3/lib/ldb/modules/paged_results.c req->operation = LDB_REQ_REGISTER_CONTROL;
operation 282 source3/lib/ldb/modules/paged_searches.c ac->new_req->operation = req->operation;
operation 425 source3/lib/ldb/modules/paged_searches.c req->operation = LDB_SEARCH;
operation 203 source3/lib/ldb/modules/rdn_name.c ac->mod_req->operation = LDB_MODIFY;
operation 286 source3/lib/ldb/modules/sort.c ac->req->operation = req->operation;
operation 419 source3/lib/ldb/modules/sort.c req->operation = LDB_REQ_REGISTER_CONTROL;
operation 214 source3/lib/ldb/tools/ldbsearch.c req->operation = LDB_SEARCH;
operation 438 source3/nmbd/nmbd_winsserver.c static void wins_hook(const char *operation, struct name_record *namerec, int ttl)
operation 469 source3/nmbd/nmbd_winsserver.c operation,
operation 424 source4/cldap_server/netlogon.c if (tree->operation != LDB_OP_AND) goto failed;
operation 429 source4/cldap_server/netlogon.c if (t->operation != LDB_OP_EQUALITY) goto failed;
operation 53 source4/dsdb/samdb/ldb_modules/anr.c list->operation = op;
operation 82 source4/dsdb/samdb/ldb_modules/anr.c match_tree->operation = op;
operation 238 source4/dsdb/samdb/ldb_modules/anr.c switch (tree->operation) {
operation 160 source4/dsdb/samdb/ldb_modules/extended_dn_in.c switch (ac->req->operation) {
operation 329 source4/dsdb/samdb/ldb_modules/linked_attributes.c if (ac->req->operation == LDB_ADD) {
operation 657 source4/dsdb/samdb/ldb_modules/linked_attributes.c switch (ac->req->operation) {
operation 713 source4/dsdb/samdb/ldb_modules/linked_attributes.c && ac->req->operation == LDB_RENAME) {
operation 737 source4/dsdb/samdb/ldb_modules/linked_attributes.c switch (ac->req->operation) {
operation 1058 source4/dsdb/samdb/ldb_modules/linked_attributes.c switch (ac->req->operation) {
operation 93 source4/dsdb/samdb/ldb_modules/partition.c switch (request->operation) {
operation 182 source4/dsdb/samdb/ldb_modules/partition.c if (ac->req->operation != LDB_SEARCH) {
operation 195 source4/dsdb/samdb/ldb_modules/partition.c if (ac->req->operation == LDB_EXTENDED) {
operation 249 source4/dsdb/samdb/ldb_modules/partition.c switch (ac->req->operation) {
operation 330 source4/dsdb/samdb/ldb_modules/partition.c if (req->operation == LDB_SEARCH) {
operation 397 source4/dsdb/samdb/ldb_modules/partition.c if (req->operation != LDB_SEARCH) {
operation 1192 source4/dsdb/samdb/ldb_modules/partition.c req->operation = LDB_REQ_REGISTER_PARTITION;
operation 1573 source4/dsdb/samdb/ldb_modules/password_hash.c switch (ac->req->operation) {
operation 389 source4/dsdb/samdb/ldb_modules/proxy.c switch (req->operation) {
operation 381 source4/dsdb/samdb/ldb_modules/rootdse.c switch (req->operation) {
operation 66 source4/heimdal/lib/hdb/db.c DB_lock(krb5_context context, HDB *db, int operation)
operation 75 source4/heimdal/lib/hdb/db.c return hdb_lock(fd, operation);
operation 113 source4/heimdal/lib/hdb/hdb.c hdb_lock(int fd, int operation)
operation 118 source4/heimdal/lib/hdb/hdb.c code = flock(fd, (operation == HDB_RLOCK ? LOCK_SH : LOCK_EX) | LOCK_NB);
operation 108 source4/heimdal/lib/hdb/hdb.h int operation);
operation 65 source4/heimdal/lib/hdb/ndbm.c NDBM_lock(krb5_context context, HDB *db, int operation)
operation 68 source4/heimdal/lib/hdb/ndbm.c return hdb_lock(d->lock_fd, operation);
operation 1041 source4/kdc/hdb-samba4.c static krb5_error_code LDB_lock(krb5_context context, HDB *db, int operation)
operation 578 source4/lib/ldb/common/ldb.c switch (req->operation) {
operation 733 source4/lib/ldb/common/ldb.c req->operation = LDB_SEARCH;
operation 814 source4/lib/ldb/common/ldb.c req->operation = LDB_ADD;
operation 852 source4/lib/ldb/common/ldb.c req->operation = LDB_MODIFY;
operation 890 source4/lib/ldb/common/ldb.c req->operation = LDB_DELETE;
operation 929 source4/lib/ldb/common/ldb.c req->operation = LDB_RENAME;
operation 998 source4/lib/ldb/common/ldb.c req->operation = LDB_EXTENDED;
operation 373 source4/lib/ldb/common/ldb_match.c switch (tree->operation) {
operation 539 source4/lib/ldb/common/ldb_modules.c switch (request->operation) {
operation 721 source4/lib/ldb/common/ldb_modules.c req->operation = LDB_REQ_REGISTER_CONTROL;
operation 223 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_EXTENDED;
operation 374 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_PRESENT;
operation 381 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_PRESENT;
operation 387 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_SUBSTRING;
operation 405 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_EQUALITY;
operation 416 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_GREATER;
operation 427 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_LESS;
operation 438 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_APPROX;
operation 494 source4/lib/ldb/common/ldb_parse.c ret->operation = op;
operation 552 source4/lib/ldb/common/ldb_parse.c ret->operation = LDB_OP_NOT;
operation 665 source4/lib/ldb/common/ldb_parse.c switch (tree->operation) {
operation 668 source4/lib/ldb/common/ldb_parse.c ret = talloc_asprintf(mem_ctx, "(%c", tree->operation==LDB_OP_AND?'&':'|');
operation 783 source4/lib/ldb/common/ldb_parse.c switch (tree->operation) {
operation 252 source4/lib/ldb/include/ldb.h enum ldb_parse_op operation;
operation 770 source4/lib/ldb/include/ldb.h enum ldb_request_type operation;
operation 653 source4/lib/ldb/ldb_ildap/ldb_ildap.c switch (req->operation) {
operation 714 source4/lib/ldb/ldb_ildap/ldb_ildap.c switch (ac->req->operation) {
operation 703 source4/lib/ldb/ldb_ldap/ldb_ldap.c switch (req->operation) {
operation 783 source4/lib/ldb/ldb_ldap/ldb_ldap.c switch (ac->req->operation) {
operation 212 source4/lib/ldb/ldb_map/ldb_map.c switch (request->operation) {
operation 234 source4/lib/ldb/ldb_map/ldb_map_inbound.c switch (ac->req->operation) {
operation 499 source4/lib/ldb/ldb_map/ldb_map_outbound.c switch (subtree->operation) {
operation 529 source4/lib/ldb/ldb_map/ldb_map_outbound.c switch (tree->operation) {
operation 661 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (tree->operation == LDB_OP_NOT) {
operation 665 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (tree->operation == LDB_OP_AND || tree->operation == LDB_OP_OR) {
operation 781 source4/lib/ldb/ldb_map/ldb_map_outbound.c switch (tree->operation) {
operation 823 source4/lib/ldb/ldb_map/ldb_map_outbound.c switch (tree->operation) {
operation 882 source4/lib/ldb/ldb_map/ldb_map_outbound.c if (tree->operation == LDB_OP_NOT) {
operation 886 source4/lib/ldb/ldb_map/ldb_map_outbound.c if ((tree->operation == LDB_OP_AND) || (tree->operation == LDB_OP_OR)) {
operation 1166 source4/lib/ldb/ldb_map/ldb_map_outbound.c local_tree->operation = LDB_OP_PRESENT;
operation 262 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c switch(t->operation) {
operation 1470 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c switch (ctx->req->operation) {
operation 969 source4/lib/ldb/ldb_tdb/ldb_index.c switch (tree->operation) {
operation 1094 source4/lib/ldb/ldb_tdb/ldb_tdb.c switch (ctx->req->operation) {
operation 1156 source4/lib/ldb/pyldb.c req->operation = LDB_ADD;
operation 1178 source4/lib/ldb/pyldb.c req->operation = LDB_MODIFY;
operation 1199 source4/lib/ldb/pyldb.c req->operation = LDB_DELETE;
operation 1220 source4/lib/ldb/pyldb.c req->operation = LDB_RENAME;
operation 53 source4/nbt_server/interfaces.c switch (packet->operation & NBT_OPCODE) {
operation 57 source4/nbt_server/nodestatus.c packet->operation = NBT_OPCODE_QUERY | NBT_FLAG_REPLY | NBT_FLAG_AUTHORITIVE;
operation 54 source4/nbt_server/packet.c if (!(packet->operation & NBT_FLAG_BROADCAST)) {
operation 124 source4/nbt_server/packet.c packet->operation =
operation 180 source4/nbt_server/packet.c packet->operation =
operation 224 source4/nbt_server/packet.c packet->operation =
operation 272 source4/nbt_server/packet.c packet->operation =
operation 318 source4/nbt_server/packet.c packet->operation =
operation 333 source4/nbt_server/packet.c RSSVAL(packet->answers[0].rdata.data.data, 0, request_packet->operation);
operation 63 source4/nbt_server/query.c if (packet->operation & NBT_FLAG_BROADCAST) {
operation 67 source4/nbt_server/query.c if (packet->operation & NBT_FLAG_RECURSION_DESIRED) {
operation 82 source4/nbt_server/query.c if (!(packet->operation & NBT_FLAG_BROADCAST) &&
operation 83 source4/nbt_server/query.c (packet->operation & NBT_FLAG_RECURSION_DESIRED) &&
operation 93 source4/nbt_server/query.c (packet->operation & NBT_FLAG_BROADCAST)) {
operation 46 source4/nbt_server/wins/wins_ldb.c switch (req->operation) {
operation 214 source4/nbt_server/wins/winsserver.c if (packet->operation != s->request_packet->operation) {
operation 466 source4/nbt_server/wins/winsserver.c bool mhomed = ((packet->operation & NBT_OPCODE) == NBT_OPCODE_MULTI_HOME_REG);
operation 1001 source4/nbt_server/wins/winsserver.c if ((packet->operation & NBT_FLAG_BROADCAST) || winssrv == NULL) {
operation 1005 source4/nbt_server/wins/winsserver.c switch (packet->operation & NBT_OPCODE) {
operation 428 source4/rpc_server/drsuapi/dcesrv_drsuapi.c switch (req->operation) {
operation 9500 source4/torture/nbt/winsreplication.c rep_packet->operation =
operation 9524 source4/torture/nbt/winsreplication.c rep_packet->operation =
operation 9578 source4/torture/nbt/winsreplication.c rep_packet->operation =
operation 9617 source4/torture/nbt/winsreplication.c switch (req_packet->operation & NBT_OPCODE) {
operation 209 source4/torture/rpc/drsuapi.c r.in.req->req1.operation = DRSUAPI_DS_SPN_OPERATION_ADD;
operation 233 source4/torture/rpc/drsuapi.c r.in.req->req1.operation = DRSUAPI_DS_SPN_OPERATION_DELETE;